/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/app-dir/externalize-node-binary-browser-error/app/layout.tsx
8 строк
174 B
Jiachi Liu
Externalize node binary modules for app router (#70330)
23 сен 2024, 22:03
Не верифицирован
23 сен 2024, 22:03
4380d0b
Код
Авторство
О чём код?
import { ReactNode } from 'react' export default function Root({ children }: { children: ReactNode }) { return ( <html> <body>{children}</body> </html> ) }