Passing defaultTranslationValues
to NextIntlClientProvider
#865
-
In my app, I'm trying to pass some
Not sure what I could do differently to fix this. I tried adding the
So that means, that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Can you try passing the |
Beta Was this translation helpful? Give feedback.
Can you try passing the
messages
from a Server Component toProviders
? I think that's the issue in your example sinceuseMessages
tries to read from the provider, but that is only created by that very component (this is somewhat self-referential).