-
-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strict Mode Supported #388
Comments
Hello @IceSentry, The library don't use Thank you |
When this issue is closed in |
@crobinson42 thank you for linking the issue appreciate |
There is an updated version of that issue on the |
Thanks @WPaczula |
Is there a workaround? The toasts won't even display for me. |
Still happens :( |
The guys of react-transition-group are working really hard to address this issue(PR here). This should land soon.
Below an example of react-toastify working in strict mode. |
The new RC of I expect to launch the stable release next week if there is no bug. |
There is a really weird bug when a single notification is displayed the exit transition is not triggered. I'll investigate that bug later |
Everything has been fixed for strict mode. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
When enabling Strict Mode the console receives a few errors related to using findDOMNode()
What is the expected behavior?
No error in the console when using Strict Mode
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React: 16.9
Browser: N/A
Are there any plans to migrate to newer React API's to make Strict Mode work?
The text was updated successfully, but these errors were encountered: