You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit this issue today as well. It appears to happen due to multiple renders, which could be caused by a number of things.
In my case, I was using strict mode which in development caused the rendering, and thus apparently attempting to set the name multiple times. Removing that resolved the issue, but is definitely not ideal and would be better if the library handled the idempotency for multiple renders.
I see the following error when I run the project!!
how can I fix it?
The text was updated successfully, but these errors were encountered: