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
RL example of hitting this issue (more common than hitting the same button 25 times) is when there is any controlled text input. After typing 25 characters in the input box, boom error, and the input becomes uncontrolled. Please push a new patch version with #4382 fix. 🙏
Describe the bug
"Too many re-renders" error shows and the app stops when there is no real issue.
To Reproduce
https://stackblitz.com/edit/vitejs-vite-kuwua3?file=src%2Fmain.tsx
Steps to reproduce the behavior:
Expected behavior
No error, counter == 25
The text was updated successfully, but these errors were encountered: