react-immutable-proptypes
react-immutable-proptypes copied to clipboard
invariant is not defined
Getting an "invariant is not defined" error in one of our production builds (while we were testing it). Looking at the stack trace, it led us to your library, which we just upgraded 2.1.0 -> 2.2.0.

Which led us to
https://github.com/HurricaneJames/react-immutable-proptypes/blob/b2c415d5c29966133940a1f344121eacc3715985/src/ImmutablePropTypes.js#L40-L43
Is there a reason why invariant isn't imported here?