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
Error: A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.
at throwException (react-dom.development.js:19055:35)
at handleError (react-dom.development.js:26311:7)
at renderRootSync (react-dom.development.js:26437:7)
at performSyncWorkOnRoot (react-dom.development.js:26085:20)
at flushSyncCallbacks (react-dom.development.js:12042:22)
at flushSync (react-dom.development.js:26201:7)
at legacyCreateRootFromDOMContainer (react-dom.development.js:29575:5)
at legacyRenderSubtreeIntoContainer (react-dom.development.js:29601:12)
at Object.render (react-dom.development.js:29685:10)
at main.tsx:8:10
The text was updated successfully, but these errors were encountered:
Error: A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.
at throwException (react-dom.development.js:19055:35)
at handleError (react-dom.development.js:26311:7)
at renderRootSync (react-dom.development.js:26437:7)
at performSyncWorkOnRoot (react-dom.development.js:26085:20)
at flushSyncCallbacks (react-dom.development.js:12042:22)
at flushSync (react-dom.development.js:26201:7)
at legacyCreateRootFromDOMContainer (react-dom.development.js:29575:5)
at legacyRenderSubtreeIntoContainer (react-dom.development.js:29601:12)
at Object.render (react-dom.development.js:29685:10)
at main.tsx:8:10
The text was updated successfully, but these errors were encountered: