Replies: 1 comment
-
😂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I fixed a Page changing in a server component const
t = useTranslations();
forconst t = await getTranslations({ locale });
, in my main layout I'm usingsetRequestLocale(locale);
but another page keeps with this issueBeta Was this translation helpful? Give feedback.
All reactions