elm-street-technology / elevate-ui

🎨 💻 📱An opinionated toolkit of React components and patterns
https://elevate-ui.com/
MIT License
10 stars 4 forks source link

Flow errors #20

Closed chrisheninger closed 6 years ago

chrisheninger commented 6 years ago
screen shot 2018-05-08 at 9 15 44 am

Likely fixed in newer versions of jss: we'll want to bump our version and test accordingly (we're using react-jss 8.1)

https://github.com/cssinjs/jss/issues/411

chrisheninger commented 6 years ago

This might get resolved automagically with #23 – I bumped react-jss from 8.1 to 8.4 which also bumps the underlying jss dependency.

If it still is an issue– Chase resolved it by adding node_modules/jss/flow-typed to his [libs] in .flowconfig.