YousefED / SyncedStore

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

Cannot store undefined in array #108

Open codehz opened 1 year ago

codehz commented 1 year ago

PoC: add store.myArray.push(undefined); to the example (https://syncedstore.org/docs/basics/example) 's addElementBtn.onclick handler, and click the button error:

/main.js: Cannot read properties of undefined (reading 'constructor') (20:16)