rsnext/packages/next/client/components/react-dev-overlay/internal
Hannes Bornö 974e8b61c7
Move root layout validation (#41338)
Moves where the validation is made to make sure the error reaches the
client. Tests that an error overlay is shown on the client.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-10-14 13:55:09 -07:00
..
components Refactor error overlay for new router (#41343) 2022-10-12 09:40:44 +02:00
container Move root layout validation (#41338) 2022-10-14 13:55:09 -07:00
helpers Refactor error overlay for new router (#41343) 2022-10-12 09:40:44 +02:00
hooks Refactor error overlay for new router (#41343) 2022-10-12 09:40:44 +02:00
icons Refactor error overlay for new router (#41343) 2022-10-12 09:40:44 +02:00
styles Move root layout validation (#41338) 2022-10-14 13:55:09 -07:00
error-overlay-reducer.ts Move root layout validation (#41338) 2022-10-14 13:55:09 -07:00
ReactDevOverlay.tsx Move root layout validation (#41338) 2022-10-14 13:55:09 -07:00