Closed
Description
Describe the bug
In Svelte 5.19.4 reactivity works fine, but in 5.19.5 it's failing.
https://svelte.dev/playground/9a92552dd0204d93b4e76e4247103358?version=5.19.4
vs
https://svelte.dev/playground/9a92552dd0204d93b4e76e4247103358?version=5.19.5
Reproduction
https://svelte.dev/playground/9a92552dd0204d93b4e76e4247103358?version=5.19.5
Use case: Typing login name and password enables Login button.
In Svelte 5.19.5 it doesn't work: When I enter the login name and password, the Login button remains disabled. After I select the login name input field and type it again, the Login button becomes enabled.
Expected: When I enter the login name and password, the Login button becomes enabled. It works fine in Svelte 5.19.4
Logs
System Info
Svelte Playground
Severity
blocking all usage of svelte