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 using bind:this to set a reference to an element at an index of an array, while it does correctly create the proxied state, accessinglength directly on the array always returns 0 instead of the length of the proxied array value.
I believe this is actually consistent with how proxies ordinarily work, though it seems in other cases the proxy handler allows length to be read to directly.