next.js/test/e2e/app-dir/ppr-navigations/avoid-popstate-flash/app/layout.tsx
layout.tsx12 lines259 B
import { ShouldFallbackThrowContainer } from './some-page/client'

export default function Root({ children }) {
  return (
    <html>
      <body>
        <ShouldFallbackThrowContainer>{children}</ShouldFallbackThrowContainer>
      </body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN