rsnext/packages/next/pages
Gerald Monaco ab712ef310
Move root div to an app wrapper (#31596)
Extracted from #31223.

We need to move the root `<div id="__next">` wrapper to be rendered as part of the page content, rather than the`Document`, so that flush effects (like styles) are flushed before (or after) the div, rather than inside, where they would cause hydration mismatches.
2021-11-19 08:16:05 +00:00
..
_app.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
_document-web.tsx Change .web extension of document page to part of path (#31116) 2021-11-07 22:14:50 +00:00
_document.tsx Move root div to an app wrapper (#31596) 2021-11-19 08:16:05 +00:00
_error.tsx Update client error to show link in console (#27789) 2021-08-05 10:38:06 -05:00