Closed
Description
Describe the bug
When creating a svelte-kit app npm create svelte my-app
with the option SvelteKit demo app
, the todos
app is not working properly in localhost:3000/todos
. The todo/done checkbox does not keep its state. If you change a task to done
it goes back to not done
state.
Reproduction
npm create svelte my-app
with the optionSvelteKit demo app
.go to my-app folder and
yarn`npm run dev --- ---open
- go to localhost:3000/todos
- create some todos and then check one of them. It changes to
done
and then after some seconds, it goes back tonot done
. See: https://share.getcloudapp.com/jkuXv7v9
Logs
No response
System Info
Mac M1 with MacOS 12.4
Chrome Version 103.0.5060.53 (Official Build) (arm64)
Severity
annoyance
Additional Information
The matter with this possible bug is that it affects new users of svelte-kit.
Metadata
Metadata
Assignees
Labels
No labels