mobx-react is no longer able to re-assign render method.
render is no longer writeable, after this change: https://github.com/gaearon/react-hot-loader/commit/d30164784ee5385502f558c01fc15d5dda371172
mobx-react requires render to be writeable:
mobx-react works
mobx-react fails with Uncaught TypeError: Cannot assign to read only property 'render' of object '#<ProxyComponent>'
React Hot Loader version:
Found a related comment: https://github.com/gaearon/react-hot-loader/issues/794#issuecomment-357669768
Feel free to close this if you'd like to track it there.
Will be fixed today. Thank you for a report.
Meanwhile you can downgrade to the beta-13. It does not contain a bug.
Thanks!
For anyone following, I _believe_ you have to manually add/pin "react-stand-in": "4.0.0-beta.13" in your package.json, otherwise even [email protected] will still get beta.14 of react-stand-in, which is where this issue comes from.
Oh :(
Released in beta-15.