HurricaneJames / react-immutable-proptypes

PropType validators that work with Immutable.js.
MIT License
642 stars 46 forks source link

Add missing import of 'invariant' function #59

Open damiansk opened 4 years ago

damiansk commented 4 years ago

Hi, I'm using your package in one of my projects. After dependencies update, I notice missing import in your code which is causing error in my production build. 'invariant' package is listed in your package.json so I think that is simple accidental mistake. Please take a look at that single line update and left your thoughts about it, thanks :)

pachewise commented 4 years ago

Fixes #60