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
When passing an object to a child prop, the child can update it as if it were bound, even without using bind:. When not using an object, bind: is required.
Reproduction
Svelte 5 REPL EDIT: This might be a better REPL to show that there's no difference.