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
The gist here is that OP assumes length (var i and v) from the internal state (which can be corrupted) as there are no mux locks and realized state in dom.
The text was updated successfully, but these errors were encountered:
Kinda sounds like #160. I think there is a race condition when nodes are being simultaneously added and removed, as in my case this does not happen if I add some delay during ops.
The gist here is that OP assumes length (var
i
andv
) from the internal state (which can be corrupted) as there are no mux locks and realized state in dom.The text was updated successfully, but these errors were encountered: