To reproduce:
-
Go to any project.
cd <project> -
bun installthenbun devthen open http://localhost:3000 -
Click on any "Counter", increase it (changes the state obviously).
-
Now make a change on the code of the project, and press save.
-
Expected Results:
- ✅ react-vite - state is persisted
- ✅ vue vite - state is persisted
- ❌ solid-start - state is NOT persisted
- ❌ solid-vike - state is NOT persisted
- ❌ solid-vite - state is NOT persisted
- ❌ svelte-vite - state is NOT persisted
- ❌ svelte-kit - state is NOT persisted