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
and no use anywhere of the Context api, I can't help but feel like a given web request could switch another's locale when both are being rendered simultaneously in a given node process.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
Great library thank you!
Looking at the getting started examples and the library's source, I don't get how leaking locale between concurrent page loads is prevented.
The readme claims ✅ SSR support, but when I see global stores (as in global to the node process) recommended in
lib/translations.js
:and no use anywhere of the Context api, I can't help but feel like a given web request could switch another's locale when both are being rendered simultaneously in a given node process.
What am i missing?
Beta Was this translation helpful? Give feedback.
All reactions