joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.
MIT License
103 stars 10 forks source link

Fix "Length exceeded" error #23

Closed joebobmiles closed 3 years ago

joebobmiles commented 3 years ago

Apparently, when we deleted multiple entries from arrays, the array indices for delete operations would eventually be well outside the length of the YArray we were deleting from. This PR patches that behavior.

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.2.4-rc.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: