hanford/react-drag-drawer

Fix typo in Proptypes

DariaShymanGymondo opened this issue · 2 comments

Tests are failing because Proptypes is not defined.
Please update the line 40:
containerOpacity: Proptypes.number,
to
containerOpacity: PropTypes.number,

I have the same problem of containerOpacity: Proptypes.number,

thanks, fix is live in v3.3.3