<input bind:value>
on hydrationThis repository demonstrates input reset on hydration when using svelte-kit
npm run build
npm run preview -- --open
Expected outcome: user input from step 6 is preserved
Actual outcome: input is empty after JS hydrates, causing poor UX on slow network.