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?
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}/>whenimmutableis false. Is this a bug?