YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.

Home Page:https://syncedstore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot store undefined in array

codehz opened this issue · comments

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)