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) ```
PoC:
add
store.myArray.push(undefined);to the example (https://syncedstore.org/docs/basics/example) 's addElementBtn.onclick handler, and click the buttonerror: