-
Notifications
You must be signed in to change notification settings - Fork 174
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
Components crashing after upgrading to React 16.5 #219
Comments
We are running into the same issue in our app, though unclear as of yet what’s the cause or specific steps to reproduce. |
I'm seeing this with React 16.3.0 though haven't isolated the issue yet. |
I encountered something similar today, but not quite the same. What I did was 2 things.
I'm not at all sure if this is causing the components crashing with you, but it may give you some pointers figuring it out. Good luck. |
@ christiaanwesterbeek Thank you. I think Te second point you have mentioned might be able to help me. |
Components crashing with the error https://reactjs.org/docs/error-decoder.html/?invariant=185
The crash is happening when trying to set new data from API.
And the stack trace is
Versions:
react-list@0.8.10
react: 16.5.1
react-dom: 16.5.1
I don't have an example at the moment but I will try to provide one.
The text was updated successfully, but these errors were encountered: