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
What you were expecting:
Follow and implement Tutorial instructions without any console errors in the DevTools console.
What happened instead:
Frontend renders fine, but console is flooded with errors: "Too many re-renders. The layout is unstable"
Steps to reproduce:
Follow the tutorial, I've isolated the problem. The bug happens only when this line is present:
Related code:
<TextInput multiline source='body' /> // <- multiple errors
// changing to:
<TextInput fullWidth multiline source='body' /> // no errors
The exact console error is:
MUI: Too many re-renders. The layout is unstable.TextareaAutosize limits the number of renders to prevent an infinite loop.
The text was updated successfully, but these errors were encountered:
What you were expecting:
Follow and implement Tutorial instructions without any console errors in the DevTools console.
What happened instead:
Frontend renders fine, but console is flooded with errors: "Too many re-renders. The layout is unstable"
Steps to reproduce:
Follow the tutorial, I've isolated the problem. The bug happens only when this line is present:
Related code:
The exact console error is:
MUI: Too many re-renders. The layout is unstable.TextareaAutosize limits the number of renders to prevent an infinite loop.
The text was updated successfully, but these errors were encountered: