From your readme
Besides observing for changes at data property of App, all properties of data will also be observed.
Does that mean you can do @observable data
and dataChanged(data as any)
as well?
From your readme
Besides observing for changes at data property of App, all properties of data will also be observed.
Does that mean you can do @observable data
and dataChanged(data as any)
as well?