You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redux no longer exports the Store and Dispatch (or any) Flow types. Additionally, the version of flow-bin in this example is very far behind the latest version of flow-bin (0.142.0).
Second to this, actually running npm flow on a fresh build of this project results in 63 Flow errors.
What should be changed to fix the problem?
This example should be updated or removed if redux no longer intends to provide examples of using redux with Flow.
The text was updated successfully, but these errors were encountered:
What docs page needs to be fixed?
https://github.com/reduxjs/redux/tree/master/examples/todos-flow
What is the problem?
redux
no longer exports theStore
andDispatch
(or any) Flow types. Additionally, the version offlow-bin
in this example is very far behind the latest version offlow-bin
(0.142.0
).Second to this, actually running
npm flow
on a fresh build of this project results in 63 Flow errors.What should be changed to fix the problem?
This example should be updated or removed if
redux
no longer intends to provide examples of usingredux
with Flow.The text was updated successfully, but these errors were encountered: