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
React Hot Loader (and HMR in general) was removed in v1.0 since it was not working correctly. There were also some bugs with our transpiler that should both be fixed in RHL v4 (#765 (comment)). We should try to re-add this once it gets stable and working.
The text was updated successfully, but these errors were encountered:
Caleb @tech4him1 Mar 31 09:24 @theKashey I'm getting back around to implementing RHL v4. Should the hot(module) wrapper be around any Redux Provider's, or just around the root App itself? Thank you!
Anton @theKashey Mar 31 16:13
Should be on top paths you gonna change. Root App is "on top" enought, @tech4him1, but dont use hot and react-dom/mount in one file.
React Hot Loader (and HMR in general) was removed in v1.0 since it was not working correctly. There were also some bugs with our transpiler that should both be fixed in RHL v4 (#765 (comment)). We should try to re-add this once it gets stable and working.
The text was updated successfully, but these errors were encountered: