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 was archived by the owner on Jan 26, 2019. It is now read-only.
I looked through previous issues and could not find an answer to this. I had hot module reloading working previous with the JS version of create-react-app. After converting it to typescript, everything works well except for hot module reloading. The reloading actually does happen, but any typescript React components are not updating unless I do a full page refresh.