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
If i try running the game in a new Brave private browser window, the first time i do so it outputs the following (where X.X.X.X is my masked public IP address, but then if i refresh the page it loads the game successfully:
Unexpected Application 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.
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 (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:41966:39)
at handleError (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:48148:11)
at renderRootSync (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:48259:11)
at recoverFromConcurrentError (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:47748:24)
at performSyncWorkOnRoot (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:47957:24)
at flushSyncCallbacks (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:35978:26)
at flushPassiveEffectsImpl (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:48789:7)
at flushPassiveEffects (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:48724:18)
at http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:48539:13
at workLoop (http://X.X.X.X:3000/Vara-Arena/static/js/bundle.js:64278:38)
💿 Hey developer 👋
You can provide a way better UX than this when your app throws errors by providing your own ErrorBoundary prop on <Route>
The text was updated successfully, but these errors were encountered:
If i try running the game in a new Brave private browser window, the first time i do so it outputs the following (where X.X.X.X is my masked public IP address, but then if i refresh the page it loads the game successfully:
The text was updated successfully, but these errors were encountered: