Show toaster with same content.

pull/2463/head
David Disu 2 years ago committed by yann300
parent c8a978f891
commit 6fd39fde70
  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(() => {
if (state.hiding) {

Loading…
Cancel
Save