Jul 23, 2017 · 1 min read
Thanks for the detailed article! I’m just start using Flow for the project and stuck with line:
export type Store = ReduxStore<State, Actions>Flow gives me an error:
Flow: object map. This type is incompatible with union: Intersection type | undefined.
flow-typed/redux_v3.x.x.js
30: declare type CombinedReducer<S, A> = (state: $Shape<S> & {} | void, …
Can you help me with that?
