react-immutable-proptypes icon indicating copy to clipboard operation
react-immutable-proptypes copied to clipboard

Add missing import of 'invariant' function

Open damiansk opened this issue 5 years ago • 1 comments

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 :)

damiansk avatar Apr 15 '20 15:04 damiansk

Fixes #60

pachewise avatar Aug 15 '20 04:08 pachewise