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
The whole i18n live update thing is still very early stage. I don't remember why I chose the synchronous versions over the async ones, there might have been a reason, but I honestly don't remember it. I will keep it in mind and consider rewriting it using the async versions. Thanks!
Hi!
I'm wondering why you used
readFileSync
andstatSync
in thei18n
middleware, here:react-ssr-setup/src/server/middleware/i18n.ts
Line 39 in 21e6dfe
It could probably be changed to use the async versions, or is there a specific reason(s) you chose the sync/blocking versions?
The text was updated successfully, but these errors were encountered: