@ray-core/redbox-react
v0.4.8
Published
A redbox (rsod) component to display your errors.
Downloads
1,700
Readme
redbox-react
The red box (aka red screen of death) renders an error in this “pretty” format:
Usage
Catch an error and give it to redbox-react
. Works great with
- [react-transform-catch-errors]
- [Example][react-transform-example]
- [react-transform-boilerplate]
- [react-hot-loader]
- :warning: ️ based on
3.0.0-beta.2
! This depends onErrorBoundaries
which will likely not land in react! You should probably not use this before 3.0.0 comes out. - [Example][react-hot-loader-example]
- :warning: ️ based on