🌟 Show real-time usage chart on react-error-overlay's README.md, just copy the code below.
## Usage Trend
[](https://npm-compare.com/react-error-overlay#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on react-error-overlay's README.md, just copy the code below.
## GitHub Stars Trend
[](https://npm-compare.com/react-error-overlay)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
Â
Â
Â
Â
Â
Â
Â
react-error-overlay
5,869,614
103,819
385 kB
2,349
8 months ago
MIT
Popular Comparisons
react-error-overlay
README for react-error-overlay
react-error-overlay
react-error-overlay is an overlay which displays when there is a runtime error.
Development
When developing within this package, make sure you run npm start (or yarn start) so that the files are compiled as you work.
This is run in watch mode by default.
If you would like to build this for production, run npm run build:prod (or yarn build:prod).
If you would like to build this one-off for development, you can run NODE_ENV=development npm run build (or NODE_ENV=development yarn build).