captureStoreUpdates
— return the full path
to the property that changed
#576
Labels
enhancement
New feature or request
Describe The Problem To Be Solved
I'm migrating from
on-change
to usingcaptureStoreUpdates()
.When using
captureStoreUpdates()
, setting a new valuemutable.settings.model = model
will produce thepath: ["settings"]
. However, if I replace the entiresettings
object this will trigger more updates than just updating thesettings.model
property.Suggest A Solution
I propose for an option or change in behavior where setting
mutable.settings.model
producespath: ["settings", "model"]
.The text was updated successfully, but these errors were encountered: