salsita / prism

React / Redux action composition made simple http://salsita.github.io/prism/
496 stars 24 forks source link

default export not typechecking #51

Closed stratospark closed 7 years ago

stratospark commented 7 years ago

Using flow 0.30.0, redux-elm 3.0.1

src/store/index.js:5
  5: import reduxElm from 'redux-elm';
            ^^^^^^^^ Default import from `redux-elm`. This module has no default export.