Re-renders the calling component when collection reports a mutation. Works with any
prop value: subscribes only if the object implements Watchable (e.g. WatchableSet,
WatchableArray); plain Sets/arrays and MobX collections are left to their own devices
(MobX collections notify through observer instead).
Re-renders the calling component when
collectionreports a mutation. Works with any prop value: subscribes only if the object implementsWatchable(e.g.WatchableSet,WatchableArray); plain Sets/arrays and MobX collections are left to their own devices (MobX collections notify throughobserverinstead).