-
Notifications
You must be signed in to change notification settings - Fork 10
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
React.render
warning in Autocomplete.tsx
#364
Labels
Comments
This issue is stale because it has been open 60 days with no activity. |
Closing this as a wontfix. We can revisit it if it is important again for whatever reason. |
I found this and wanted to comment here in case we pick it up again in the future. |
I'm re-opening this because I think we can fix this now! (I hope I'm not jinxing 😆) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned here, the
Autocomplete
component uses the render method, which has been updated in React@18.The warning does not break anything at this point, but does prevent utilizing the full capacity of React@18. It would be helpful to resolve this warning before it becomes a breaking issue.
Link to React docs on this. This seems to be relatively minor but my attempts didn't succeed 🥎 If you know how to fix this, we welcome a PR!
The text was updated successfully, but these errors were encountered: