rsnext/packages/next/client/components
Tim Neutkens 9b312dbbe0
Ensure route group with separate root layout does not get wrapped in <div> (#38792)
Ensures the `<html>` is not wrapped in an extra div when the root layout is nested in a route group.


## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have 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 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.md#adding-examples)
2022-07-19 13:42:37 +00:00
..
app-router.client.tsx Add focus and scroll management for new router (#38642) 2022-07-14 17:05:01 +02:00
hooks-client-context.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
hooks-client.ts Ensure selected segment is the value of dynamic routes (#38644) 2022-07-14 16:30:08 +02:00
hooks-server-context.ts Handle server context being refreshed (#38580) 2022-07-13 08:48:01 +00:00
hooks-server.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
hot-reloader.client.tsx Rename todos (#38560) 2022-07-12 16:32:27 +00:00
layout-router.client.tsx Ensure route group with separate root layout does not get wrapped in <div> (#38792) 2022-07-19 13:42:37 +00:00
match-segments.ts Add param names into the tree (#38415) 2022-07-07 13:52:07 +00:00
reducer.ts Fix check for optimistic routing and handle loading in server-patch (#38687) 2022-07-15 17:06:27 +02:00