Clean all source when a queried instance is modified
Closed this issue · 0 comments
javierbrea commented
As mercury-memory sources store objects, and queried instances returns specific keys of that object, when a queried instance is updated, all source should emit a clean
event because the root instance can be considered as modified too. Currently the clean event is emitted only for the queried instance.
This bug is also described in the XbyOrange/mercury-memory#6 issue, because both origins are object-based.