-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
UNSAFE_componentWillReceiveProps console error #804
Comments
@adi518 I've created a simple example you can reference. Please note that I cannot reproduce your issue. Can you publish an example of your code that causes the error message? |
Closing unable to reproduce |
Sorry for the delayed response.
I realized what the actual issue is. I'm using React 17 in strict mode, so moroshko/react-autosuggest#624 is not really relevant. As for The relevant IMO, leave this one open until they provide a fix for it. |
@adi518 I routinely update all dependencies. As soon as the react-autosuggest team pushes a fix I’ll bump my package.json. There will be a new issue for that so I’ll leave this closed for now. Thanks for the update. |
Describe the bug
Deprecated lifecycle console error. It seems like some dependency components may need upgrading.
To Reproduce
Open the palette.
Expected behavior
No errors in console.
Desktop (please complete the following information):
Additional context
That leads to a
react-autosuggest
issue: moroshko/react-autosuggest#624. Apparently fixed and merged (moroshko/react-autosuggest#681), but seems like they haven't released a new version since then. I'll leave this issue open until they release the fix. In case they release it and you don't want to wait for a new release from this package, use theresolve
option inpackage.json
to resolve the new version.The text was updated successfully, but these errors were encountered: