-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://mobx.js.org/refguide/observe.html
Usage: observe(target, propertyName?, listener, invokeImmediately?)
class Model extends Root {
@observe('path')
method(change) {
console.log(change.oldValue, change.newValue)
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels