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
An error overlay for runtime errors like CRA has.
Not sure if this should also be enabled (or if it even works at all) when not using React.
I think we can reuse the react-error-overlay package from CRA
react-error-overlay
https://github.com/facebook/create-react-app/blob/a422bf227cf5294a34d68696664e9568a152fd8f/packages/react-dev-utils/webpackHotDevClient.js#L45
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🙋 feature request
An error overlay for runtime errors like CRA has.
Not sure if this should also be enabled (or if it even works at all) when not using React.
💁 Possible Solution
I think we can reuse the
react-error-overlay
package from CRAhttps://github.com/facebook/create-react-app/blob/a422bf227cf5294a34d68696664e9568a152fd8f/packages/react-dev-utils/webpackHotDevClient.js#L45
The text was updated successfully, but these errors were encountered: