joebobmiles / zustand-middleware-yjs

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

Fix inserts into arrays throwing type errors (#20) #21

Closed joebobmiles closed 3 years ago

joebobmiles commented 3 years ago

This is a fix to #20. As I noted in a comment, a fix for that issue was to simply perform targeted inserts and deletes instead of trying to rewrite the whole array.

joebobmiles commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: