This repository has been archived by the owner on May 23, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: BEFORE: Store generics were allowed as `object`, `any`, or `{}` AFTER: Only a store without a generic is recommended ```ts constructor(private store: Store){} ```
- Loading branch information