react-toastify icon indicating copy to clipboard operation
react-toastify copied to clipboard

Toaster is not rendered when ToasterContainer is at the root i.e App.tsx

Open naivecoder786 opened this issue 2 years ago • 0 comments

Do you want to request a feature or report a bug? Bug

What is the current behavior? image I am facing an issue when the ToasterContainer is placed at the root i.e App.tsx the toaster doesnt get rendered at all, but when placed inside the MuiBox-root it works just fine.

PS: I cant place it inside the MuiBox-root since it creates a tight coupling between them and I am planning to publish those MuiComponents as library so dont want the ToasterContainer in it !

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below: Will try to create and post in the following comments soon enough

What is the expected behavior? Should work just fine without any issues

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? React 18

naivecoder786 avatar Feb 13 '24 09:02 naivecoder786