Closed drborges closed 6 years ago
This allows mutations to happen on state fields even when they are not proxies themselves, e.g.:
this.state.name = "Diego" // This now triggers a mutation at path /name
This allows mutations to happen on state fields even when they are not proxies themselves, e.g.: