Aug 25, 2017 · 1 min read
You probably solved this at this point, but I thought I would link to this GitHub issue (https://github.com/mobxjs/mobx-react/issues/149) which describes how to fix this error in case someone else sees this. You just need to call useStaticRendering(true) (imported with const {useStaticRendering} = require(‘mobx-react’)) on the server-side of your rendering.
