HMR is not working
I am currently learning SolidJS and am having problems with HMR. I have created a SolidJS project with
npm create vite@latest
, in which HMR is supposed to work. So far I have manually updated all packages to the latest version and explicitly turned on HMR in the Vite plugin, unsuccessfully. Why could it not work and what can I do?
2 Replies
do you have a repo?
I've now solved it. It was a problem with my browser.