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
Intended outcome:
Trying to prevent memory leaks on SSR using the enableStaticRendering() function while also avoiding warnings about data being read outside a reactive context
Actual outcome:
Calling enableStaticRendering() causes the mobx warnings to be produced on my server.
How to reproduce the issue:
I can't provided a code sandbox since it doesn't support server-side rendering