# react-error-overlay

> An overlay for displaying stack frames.

Latest version **6.1.0** (published 2025-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-error-overlay
pnpm add react-error-overlay
yarn add react-error-overlay
bun add react-error-overlay
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: no vulnerabilities; popular repo; extremely popular.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.1.0 |
| Published | 2025-02-15 |
| First published | 2017-05-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 376 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 103259 |
| Author | Joe Haddad |
| Maintainers | fb, timer, iansu, ianschmitz, rickhanlonii |
| Keywords | overlay, syntax, error, red, box, redbox, crash, warning |

## Links

- npm: https://www.npmjs.com/package/react-error-overlay
- Repository: https://github.com/facebook/create-react-app
- Homepage: https://github.com/facebook/create-react-app#readme
- Issues: https://github.com/facebook/create-react-app/issues
- npm.io page: https://npm.io/package/react-error-overlay

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 6.1.0 (latest) — 2025-02-15
- 6.1.0-next.26 (next) — 2025-02-14
- 6.1.0-next.38 (canary) — 2019-10-24
- 6.0.11 — 2022-04-12
- 6.1.0-next.14 — 2022-04-12
- 6.0.10 — 2021-12-14
- 7.0.0-next.67 — 2021-12-14
- 7.0.0-next.65 — 2021-12-08
- 7.0.0-next.54 — 2021-10-04
- 7.0.0-next.44 — 2021-09-01
- 7.0.0-next.38 — 2021-08-04
- 6.0.9 — 2021-02-03
- 6.0.8 — 2020-10-23
- 7.0.0-next.117 — 2020-10-23
- 7.0.0-next.116 — 2020-10-23
- … 71 more at https://npm.io/package/react-error-overlay/versions

## README

# `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`).<br>
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`).

---
_Source: https://npm.io/package/react-error-overlay · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
