-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Various warnings in React 16.13.1 #300
Comments
Thanks for the report! "To locate the bad setState() call inside React seems to be suggesting the error is in PartnerRewards. I might be able to assist if the code is shared, but it most certainly is an interaction so hard to say what this is without being able to repro. |
Here is a barebones PartnerRewards that triggers the warning:
|
Thanks, was able to repro, looking into it! |
Appreciate it! |
Seems to be the call to fetch, but it seems odd that this would be a problem. I left a comment to get clarity in the react github: facebook/react#18178 (comment) |
Appears to be fixed in 4.5.9 |
React version 16.13.1
Concurrent mode no
Describe the bug
React throws warnings when useResource is used anywhere:
The text was updated successfully, but these errors were encountered: