Adds a listener that will be called every time a deep change is generated for the tree of the given target object. Unlike onPatches, this provides raw MobX change information including proper splice detection for arrays.
onPatches
Subtree root object of the deep change listener.
The listener function that will be called every time a change is generated for the object or its children.
A disposer to stop listening to deep changes.
Adds a listener that will be called every time a deep change is generated for the tree of the given target object. Unlike
onPatches, this provides raw MobX change information including proper splice detection for arrays.