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
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
First off really great work on this one @FredyC so much progress!
Was just wondering if anyone have tried using this with hot reloading? I'm testing it now and it seems that as soon as I wrap a functional component in the observer used in mobx-react-lite hot reloading stops working. I am using this sample currently as a base: https://github.com/gaearon/react-hot-loader/tree/master/examples/typescript-no-babel (but upgrades all deps to latest version).
The regular mobx-react seems to work though...
The text was updated successfully, but these errors were encountered:
Thanks for the info. Looks like nothing can be done about this in here, so I am closing. You may try to useObserver instead if that helps anything. I don't use RHL, so I cannot really help with that.
First off really great work on this one @FredyC so much progress!
Was just wondering if anyone have tried using this with hot reloading? I'm testing it now and it seems that as soon as I wrap a functional component in the observer used in
mobx-react-lite
hot reloading stops working. I am using this sample currently as a base:https://github.com/gaearon/react-hot-loader/tree/master/examples/typescript-no-babel
(but upgrades all deps to latest version).The regular
mobx-react
seems to work though...The text was updated successfully, but these errors were encountered: