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 feel like this happens because of react-helmet uses static fields, I suppose. So, if two requests are being handled in parallel, this fields are being changed chaotically. I looked into the thread-safe issue via: https://github.com/openameba/react-safety-helmet. Still no luck.
Cheers,
Montana Mendy
The text was updated successfully, but these errors were encountered:
Hey folks,
I'm running server-side render of the React application. I'm using express for this purposes. The whole server-side render code looks like this:
I feel like this happens because of
react-helmet
uses static fields, I suppose. So, if two requests are being handled in parallel, this fields are being changed chaotically. I looked into thethread-safe
issue via: https://github.com/openameba/react-safety-helmet. Still no luck.Cheers,
Montana Mendy
The text was updated successfully, but these errors were encountered: