Ahmed Abdelbaset
Ahmed Abdelbaset
> Changes look good to me but this might need to be landed in v3 as it's breaking. Any updates on how close is the v3? Can we have like...
My use case for this is I have a check list in the PR template for ci jobs, only checked CIs will be run. Hopefully this feature will exist
It wasn't fixed. I double-checked it now, It exits with `No components selected. Exiting.`
@izayl I committed a new commit to check if the `src` dir is enabled in next.config.js then it will suggest `./src/components/ui` otherwise `./components/ui`
Agree with @armandsalle Exporting `typographyVariants({...})` is more than enough
I'm curious about whether calling `setRequestLocale` at the top level `app/[locale]/layout.tsx` will apply to the whole app or not? When exporting `generateStaticParams` at the layout all sub routes are affected...
> I think in the layout the get-params functionality should be blocked or fixed with params higher in the tree. Currently, you can already read params in the layout via...
https://github.com/amannn/next-intl/pull/149#issuecomment-1753211290 The weirdest issue and the weirdest solution!
maybe because Typescript's `skipLibCheck: true`?
At most, it's a Typescript bug