Show toaster with same content.

pull/2470/head
David Disu 3 years ago committed by yann300
parent 612bc9e7c8
commit d88818fe64
  1. 2
      libs/remix-ui/toaster/src/lib/toaster.tsx

@ -49,7 +49,7 @@ export const Toaster = (props: ToasterProps) => {
} }
}) })
} }
}, [props.message]) }, [props.message, state.message])
useEffect(() => { useEffect(() => {
if (state.hiding) { if (state.hiding) {

Loading…
Cancel
Save