Hey all!
I've been removing items from an arrayschema as such:
this.items = this.items.filter(item => item.active)
This is not broadcasted back to the client for some reason.
Is there a better way to remove a single item from an ArraySchema?
thanks in advance