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
Versions
latest versions of mobx and mobx-react