Hi there,
We're running into some issues with a MapSchema that we are trying to synchronize between the server and client. We want to clear the map via map.clear()
and have the changes propagated to the client. What should we be implementing on the client side, onRemove
that removes each element in the map by id or onChange
on the parent property as a bulk change?