-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workbench uncaught exceptions in React #1119
Comments
Okay the extra logging after catching the exception yielded this:
That's an error from |
Deleting |
A few people have reported the Workbench starting up with a "blank screen":
I think this probably indicates an uncaught exception in a react component. The browser hasn't crashed and the main nodejs process seems fine also, looking at the logs.
Jade reports the Workbench was working fine for a while, then crashed one time, and then this started happening every time she starts the workbench, even after re-installing it.
I'm not sure what problem would persist between sessions, though there are a couple things the workbench looks for on the filesystem on startup.
First step is to setup a react
ErrorBoundary
to catch and log exceptions that we might be missing now. Especially since devtools is disabled in production.The text was updated successfully, but these errors were encountered: