Skip to content

CreateChallengeRoom task description textbox MUI error

  1. Open create form
  2. Select task description text input
  3. Press enter couple of times.
  4. Error in console: MUI: Too many re-renders. The layout is unstable. TextareaAutosize limits the number of renders to prevent an infinite loop.

Reason: MUI has bug when resizing multiline textField.

Solution: Can't do much but the error message does not pop up in production build.

Edited by H9031