react-code-dataset / next.js /test /production /app-dir /client-components-tree-shaking /app /layout.js
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export const dynamic = 'force-dynamic' | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export const dynamic = 'force-dynamic' | |