We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReferenceError
Referencing a component that hasn't been imported for example is yielding only an error in the web console, which makes things tedious to debug.
import
The text was updated successfully, but these errors were encountered:
We do support rendering runtime errors as a red error on the screen, but it's only when it occurred on module loading.
I wonder exactly when we should do this:
window.onerror
I guess you meant about lifecycle methods ?
btw usually, we can't handle errors occurred on render of React (facebook/react#2461). We'd have to monkeypatch React.
render
Sorry, something went wrong.
nkzawa
No branches or pull requests
Referencing a component that hasn't been
import
ed for example is yielding only an error in the web console, which makes things tedious to debug.The text was updated successfully, but these errors were encountered: