YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.71k stars 51 forks source link

`unshift` not wroks #67

Closed uinz closed 2 years ago

uinz commented 2 years ago

Array.unshift and YArray.unshift receive different parameter types

YArray.unshift recive an array parameter

https://codesandbox.io/s/happy-curie-678u8p?file=/src/index.ts

gustavotoyota commented 2 years ago

Just stumbled on the same problem here.