rsnext/docs/api-reference
Yossi Spektor 23d71ff116
Any elements must be direct children of next/head (#11557)
It is any elements and not only meta or title because the children of next/head are generated in here: 8c899ee5e4/packages/next/next-server/lib/head.tsx (L139)
where React.cloneElement is called without the third parameter which is needed to clone the children as well (https://reactjs.org/docs/react-api.html#cloneelement).
2020-04-06 13:35:22 +02:00
..
data-fetching Update GIP docs (#11303) 2020-03-23 18:02:41 -05:00
next Any elements must be direct children of next/head (#11557) 2020-04-06 13:35:22 +02:00
next.config.js [Docs] Apply updates based on feedback (#10352) 2020-02-12 15:19:58 -05:00
cli.md fix(cli): inspect flag is deprecated (#10819) 2020-03-04 11:53:20 +01:00