rsnext/packages/react-dev-overlay
Hannes Bornö 2313ee093a
Display full refresh warning even when error has occurred (#37425)
If you end up in a state where an error happened and you also should be warned about a full refresh  - you get stuck. The full refresh is blocked by the warning but the error is shown instead.

Tests didn't catch this because the refresh warning never showed in `__NEXT_TEST_MODE`.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`
2022-06-19 00:00:14 +00:00
..
src Display full refresh warning even when error has occurred (#37425) 2022-06-19 00:00:14 +00:00
.gitignore [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
package.json v12.1.7-canary.41 2022-06-17 10:44:25 -05:00
README.md [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
tsconfig.json Update to leverage turbo for build/prepublish (#37280) 2022-05-30 19:05:27 -05:00

@next/react-dev-overlay

A development-only overlay for developing React applications.