-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix Strict Mode Warning: Can't call setState #1044
base: master
Are you sure you want to change the base?
Conversation
@jpuri any chance the PRs can be looked at, it would solve a few issues pretty quickly! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Safe lifecycle methods.
@sloosch Can you add a Tag on your specific commit? So I can reference it in my project npm dependencies
@jpuri Ended up forking to solve this issue. If you have the time this is a quick fix with big impact! |
Any news on this? Would be great if it would be merged. :) |
Can anybody make this branch work?) |
any resolves found yet? i have project to complete |
Closes #951
modal handlers are now registered after the component did mount to avoid setState during the mounting phase.