hot reload not working on fresh install of create-t3-app
When I change some files, it seems to work, such as .env or next.config.js, but changing any react .tsx file doesn't reflect until I run npm run dev again. I am running 'npm run dev' in wsl and GETing localhost from windows, so that might be messing with file change detection, but as I said detecting the change of some files does work.
No errors in the console, and I didn't change next.config.js from the default.
Any ideas?
0 Replies