Skip to content

Files

Latest commit

6254386 · Feb 15, 2025

History

History

react-error-overlay

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 23, 2018
Sep 9, 2019
Apr 13, 2022
May 10, 2017
Jan 12, 2018
Oct 28, 2017
May 10, 2017
May 10, 2017
Oct 1, 2018
Nov 6, 2018
Apr 13, 2022
Feb 15, 2025
Oct 1, 2018
Aug 4, 2021

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).