Fix typo in Proptypes
DariaShymanGymondo opened this issue · 2 comments
DariaShymanGymondo commented
Tests are failing because Proptypes is not defined.
Please update the line 40:
containerOpacity: Proptypes.number,
to
containerOpacity: PropTypes.number,
Marten002 commented
I have the same problem of containerOpacity: Proptypes.number,
hanford commented
thanks, fix is live in v3.3.3