Use Client Components work but Server Components dont work.. #2336
-
Error: I have done the Tutorial like https://tolgee.io/js-sdk/integrations/react/next/app-router I also copy the same liek the example.. but everytime on server components it not work..
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey, you are right! There are some breaking changes in next-intl package. I'll update it to work with newest one. |
Beta Was this translation helpful? Give feedback.
-
It works for me with next-intl@3.2.3 |
Beta Was this translation helpful? Give feedback.
-
Here is the updated docs and if you install the newest package, it should work https://tolgee.io/js-sdk/integrations/react/next/app-router |
Beta Was this translation helpful? Give feedback.
Hey, you are right! There are some breaking changes in next-intl package. I'll update it to work with newest one.
In mean time, you can try to use
next-intl@3.2.3
, seems like that one is working.