Fadi Khadra
Fadi Khadra
@agcty react-hot-toast is a really cool library. React-toastify provides more features just to name a few of them - custom animation out of the box (even easier with the latest...
Hello @benhodgson87 , Thank you for reporting the issue. Would you like to open a PR for that ? BTW, thank you also for sharing the apple guidelines regarding the...
Hi there, sorry for the late reply. But it's indeed happening because of the new behavior in dev mode when using react18. The same is happening here https://github.com/fkhadra/react-toastify/issues/752. I could...
@lfernandez55 sorry to hear that. I can confirm at 100% that the issue will only appear in development. I've also created a codesanbox react18 + react-toastify v7.0.3 and we can...
@lfernandez55 I feel your pain. Having a piece of code not acting the same way in dev and prod is a nightmare. > The larger concern however is why this...
Ag-grid people raised the same issue https://github.com/facebook/react/issues/24553. They also proposed a workaround I'll see how I can use it in my case https://blog.ag-grid.com/avoiding-react-18-double-mount/
Hey @An-dz, Thank you for reporting the issue. It works fine with Firefox but not with chromium based browser. So I'll probably have to check if the chromium team has...
Hey @JBaczuk, since v9 the lib support an addon system. You could contribute by providing this functionality as an addon. https://fkhadra.github.io/react-toastify/migration-v9
Hey @santi8194, thank you for providing the codesandbox. This is a limit to the current implementation. Only rendered toast can be updated. From what I see, this would require adding...
Hello, Indeed sounds like a good idea. Do you want to make a PR for this ?