This repository was archived by the owner on Apr 13, 2023. 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.
Fix Redux Store flow type arguments to prevent the flow error `^^^^^ …
…Store. Application of polymorphic type needs <list of 2 arguments>.`. This fix is basically adding inferred types (`*`) as arguments to all references to the Redux `Store` flow type inside of `index.js.flow`. This should fix #898. (#975)
- Loading branch information