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
Primitive types and bindings in native <input> work fine. See REPL.
I added <svelte:options immutable={true}/> and the problem has gone. However I see inconsistent behaviour for <Custom bind:value={object.prop}/> and <input bind:value={object.prop}/> when immutable is false. Is this a bug?