You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrapped all components with NextIntlClientProvider
When this page is rendered the script tag contains all the translations that passed to NextIntlClientProvider as a JSON.
But also the HTML contains the translations rendered.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wrapped all components with
NextIntlClientProvider
When this page is rendered the script tag contains all the translations that passed to
NextIntlClientProvider
as a JSON.But also the HTML contains the translations rendered.
How to avoid having this duplication?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions