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
In some cases when using bind:this={array[index]} to bind a component to an array element, it reports the binding_property_non_reactive warning. Making array a $state indeed clears the warning in this case, but in other simpler case it doesn't need to. Is this a bug?