Skip to content
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

Error in the console: MUI: Too many re-renders. #104

Open
expln opened this issue Jun 17, 2023 · 0 comments
Open

Error in the console: MUI: Too many re-renders. #104

expln opened this issue Jun 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@expln
Copy link
Owner

expln commented Jun 17, 2023

Sometimes when editing a justification an error is printed in the browser console. This doesn't affect user experience but suggests there is something incorrect with implementation of some custom React components.

MUI: Too many re-renders. The layout is unstable.
TextareaAutosize limits the number of renders to prevent an infinite loop. 
    at TextareaAutosize (http://localhost:3000/static/js/bundle.js:33485:7)
    at http://localhost:3000/static/js/bundle.js:30509:66
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at InputBase (http://localhost:3000/static/js/bundle.js:44753:83)
    at OutlinedInput (http://localhost:3000/static/js/bundle.js:48349:82)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at FormControl (http://localhost:3000/static/js/bundle.js:42948:82)
    at http://localhost:3000/static/js/bundle.js:30509:66
    at TextField (http://localhost:3000/static/js/bundle.js:53837:83)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at Expln_React_Column (http://localhost:3000/static/js/bundle.js:29423:24)
    at td
    at tr
    at tbody
    at table
    at http://localhost:3000/main.8adb582c69865d886875.hot-update.js:497:28
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at Expln_React_Column (http://localhost:3000/static/js/bundle.js:29423:24)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at Expln_React_Column (http://localhost:3000/static/js/bundle.js:29423:24)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at Expln_React_Column (http://localhost:3000/static/js/bundle.js:29423:24)
    at Expln_React_ContentWithStickyHeader (http://localhost:3000/static/js/bundle.js:28746:19)
    at MM_cmp_editor (http://localhost:3000/static/js/bundle.js:11814:27)
    at div
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at div
    at http://localhost:3000/static/js/bundle.js:30509:66
    at Grid (http://localhost:3000/static/js/bundle.js:58755:73)
    at Expln_React_Column (http://localhost:3000/static/js/bundle.js:29423:24)
    at Expln_React_ContentWithStickyHeader (http://localhost:3000/static/js/bundle.js:28746:19)
    at ThemeProvider (http://localhost:3000/static/js/bundle.js:58242:5)
    at ThemeProvider (http://localhost:3000/static/js/bundle.js:58627:5)
    at ThemeProvider (http://localhost:3000/static/js/bundle.js:55642:14)
    at MM_cmp_root (http://localhost:3000/static/js/bundle.js:14804:36)
    at App
@expln expln added the bug Something isn't working label Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant