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
Uncaught Error: It looks like renderHandlers were already set by someone else.
at saveRenderHandlers (index.js:774:15)
at index.js:37:9
at commitHookEffectListMount (react-dom.development.js:23150:26)
at invokePassiveEffectMountInDEV (react-dom.development.js:25154:13)
at invokeEffectsInDev (react-dom.development.js:27351:11)
at commitDoubleInvokeEffectsInDEV (react-dom.development.js:27330:7)
at flushPassiveEffectsImpl (react-dom.development.js:27056:5)
at flushPassiveEffects (react-dom.development.js:26984:14)
at react-dom.development.js:26769:9
at workLoop (scheduler.development.js:266:34)
UPDATE: It only crashes when <React.StrictMode> is used
The text was updated successfully, but these errors were encountered:
NimmLor
changed the title
React 18: Error: It looks like renderHandlers were already set by someone else.
React Strict Mode: Error: It looks like renderHandlers were already set by someone else.
Nov 23, 2022
The editor crashes with React 18 in development only, with the most basic setup. When building for production it works as expected.
Using
UPDATE: It only crashes when
<React.StrictMode>
is usedThe text was updated successfully, but these errors were encountered: