-
Notifications
You must be signed in to change notification settings - Fork 2.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
Unable to find node on an unmounted component error with release 0.39.4 #2151
Comments
Here is an example for the error: |
I verify this error, when using React 16.14.0. I do not receive the error when using 17.0.2. Are you unable to upgrade to 17.0.2? |
I could, but rather reverted the calendar version to 0.39.3 for a quick fix, since I already wasted too much time figuring out why the calendar isn't working |
@nichtsam @ferencbenko can you folks try 0.39.7? Should fix this issue. @nichtsam in your example, pass an empty Edit: I meant to say 0.39.7 |
Seems to get pass that error, but another error occurs: Example below ( events added ) |
First I would just like to thank you two for working on this bug. I ran into this on Friday morning and was so ecstatic to see someone else was having the same issue. I just updated to 0.39.7 and can confirm that the change @sangeeth96 made has fixed the error for me and my simple implementation of your calendar library. Thank you again @sangeeth96 for getting this fix out for all of us who use your library. @nichtsam I was taking a look at your example. Is there an https://stackblitz.com/edit/nextjs-pfmgz1?file=pages/index.js |
Oops, my bad, misread the comment! does |
It's working now with 0.39.7. Thank you @sangeeth96! |
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/wild-fire-c3dsz1?
Bug description
The newest release is completely unusable for me, since I get the ,,Unable to find node on an unmounted component" error.
Reverting to 0.39.3 solves the issue.
Expected Behavior
No response
Actual Behavior
No response
react-big-calendar version
0.39.4
React version
16.14.0
Platform/Target and Browser Versions
Microsoft Edge 99.0.1150.36
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: