/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/production/react-profiling-mode/app/layout.js
7 строк
115 B
Niklas Mischkulnig
Fix `config.reactProductionProfiling` for Webpack (#90430)
24 фев 2026, 18:11
Не верифицирован
24 фев 2026, 18:11
7fc89cc
Код
Авторство
О чём код?
export default function Root({ children }) { return ( <html> <body>{children}</body> </html> ) }