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 Nov 16, 2023. It is now read-only.
Hot reload works properly with just create-react-app but doesn't work with react-scripts-ts.
I have included following in index.tsx
Since I am using create-react-app that uses webpack-2, I have tried following also:
But still it doesn't work. CSS hot reload works btw. I also converted my App component to pure function instead of class but to no avail.
Following are the versions:
create-react-app - 1.3.3
react-scripts-ts - 2.4.0
Please help!