CreateChallengeRoom task description textbox MUI error
- Open create form
- Select task description text input
- Press enter couple of times.
- 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