Open codehz opened 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:
store.myArray.push(undefined);
/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 button error: