Use Client Components work but Server Components dont work.. #2336
Answered
by
stepan662
atilladeniz
asked this question in
Q&A
|
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.. |
Answered by
stepan662
Jun 3, 2024
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. |
0 replies
Answer selected by
atilladeniz
|
It works for me with next-intl@3.2.3 |
0 replies
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.