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
I found this bug when updating svelte from 5.2.7 to 5.19.8. When the value is binded to input with type color and the initial $state value is nullish then the value is changed to #000000 on mount. Before the update the value didn't change and stayed null
Describe the bug
Hello
I found this bug when updating svelte from 5.2.7 to 5.19.8. When the value is binded to input with type color and the initial $state value is nullish then the value is changed to #000000 on mount. Before the update the value didn't change and stayed null
Reproduction
https://stackblitz.com/edit/vitejs-vite-c8kjjzku?file=src%2FApp.svelte
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: