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 Oct 31, 2024. It is now read-only.
The last working revision was 31a95bf and on a6abe69 HMR stopped working.
My system is macOS Mojave and tested with Chrome and Safari.
After further debugging it seems
I can get dynamic import()'d modules to hot reload by wrapping the export of the function component in hot().
example/index.tsx cannot hot reload no matter if I wrap it in hot() or not.
a) if example/index.tsx is imported in root.tsx without using the "@/.." alias and with a relative path, the page is at least reloaded to reflect changes to index.tsx.
modules imported (static imports) and mounted as a child in example/index.tsx hot reloads without needing to wrap the export in hot().
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just cloned master, and ran it on node 12.2.0.
Hot reloading doesn't give any errors
However the component doesn't actually re-render.
Reloading the page loads the new changes.
The text was updated successfully, but these errors were encountered: