Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(RouterStore): Use observable references
Instead of converting the store attributes to observable objects just use observable references as their values are always mutated BREAKING CHANGE: The store attributes are not @observable anymore but @observable.ref
- Loading branch information