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
Looks like an upstream issue in either solidjs or vite itself. I can't get HMR working in Node either. When I click the counter and change something else, the counter is always reset in Node. Same is true for the normal solidjs preset for Node.
Closing because it's not an issue with Deno, but an upstream issue.
oh, yeah looks like solidjs has no way of preserving state between hmr according to solidjs/vite-plugin-solid#42
could you close it as not planned instead?
_20241129_231210.webm
Version: Deno 2.1.2
to reproduce
deno run -RWE npm:create-vite-extra@latest
deno task dev
The text was updated successfully, but these errors were encountered: