-
Hi. I tried to follow the docs and add next-intl to my nextjs project. But I stucked here: https://next-intl.dev/docs/routing/setup#layout I searched everywhere, include the nextjs docs: https://nextjs.org/docs/app/api-reference/file-conventions/layout#layout-props-helper Am I the only one having this problem? Is there any workaround? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, thanks for raising this!
I was probably a bit too eager to adopt this. I'll wait a bit more until this is more broadly known in the Next.js community before suggesting it in the docs. I've reverted this in f128911. |
Beta Was this translation helpful? Give feedback.
Hey, thanks for raising this!
LayoutProps
is a new introduction in the latest version of Next.js. It's only available once you runnext dev
ornext typegen
.I was probably a bit too eager to adopt this. I'll wait a bit more until this is more broadly known in the Next.js community before suggesting it in the docs. I've reverted this in f128911.