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
Just updated to Nextjs 15 (with React 19rc), and am seeing a lot of the following errors:
Cannot update a component (MyComponent) while rendering a different component (TextFieldElement). To locate the bad setState() call inside TextFieldElement.
Stack trace for one of them seems to point to this library (but could be red herring):
Component Stack
at _c (CheckboxElement.tsx:130:49)
at div ()
at MuiGrid2-root (node_modules@emotion\react\dist\emotion-element-7a1343fa.browser.development.esm.js:48:27)
at Grid (Cnode_modules@mui\material\node_modules@mui\system\esm\Grid\createGrid.js:74:27)
at div ()
at MuiGrid2-root (node_modules@emotion\react\dist\emotion-element-7a1343fa.browser.development.esm.js:48:27)
at Grid (node_modules@mui\material\node_modules@mui\system\esm\Grid\createGrid.js:74:27)
at LocalizationProvider (node_modules@mui\x-date-pickers\LocalizationProvider\LocalizationProvider.js:28:19)
at form ()
at FormProvider (node_modules\react-hook-form\dist\index.esm.mjs:196:13)
...
Expected behavior 🤔
No errors
Steps to reproduce 🕹
Steps:
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Current behavior 😯
Just updated to Nextjs 15 (with React 19rc), and am seeing a lot of the following errors:
Cannot update a component (
MyComponent
) while rendering a different component (TextFieldElement
). To locate the bad setState() call insideTextFieldElement
.Stack trace for one of them seems to point to this library (but could be red herring):
Component Stack
at _c (CheckboxElement.tsx:130:49)
at div ()
at MuiGrid2-root (node_modules@emotion\react\dist\emotion-element-7a1343fa.browser.development.esm.js:48:27)
at Grid (Cnode_modules@mui\material\node_modules@mui\system\esm\Grid\createGrid.js:74:27)
at div ()
at MuiGrid2-root (node_modules@emotion\react\dist\emotion-element-7a1343fa.browser.development.esm.js:48:27)
at Grid (node_modules@mui\material\node_modules@mui\system\esm\Grid\createGrid.js:74:27)
at LocalizationProvider (node_modules@mui\x-date-pickers\LocalizationProvider\LocalizationProvider.js:28:19)
at form ()
at FormProvider (node_modules\react-hook-form\dist\index.esm.mjs:196:13)
...
Expected behavior 🤔
No errors
Steps to reproduce 🕹
Steps:
The text was updated successfully, but these errors were encountered: