Skip to content

Conversation

ptlu
Copy link
Contributor

@ptlu ptlu commented Mar 12, 2020

Why?

There is an incorrect warning about proptypes in the SortableList
where the decelerationRate proptype is using PropTypes.oneOf([...])
instead of PropTypes.oneOfType().

Changes:

Update the proptype to use PropTypes.oneOfType().

Why? There is an incorrect warning about proptypes in the `SortableList` where the `decelerationRate` proptype is using `PropTypes.oneOf([...])` instead of `PropTypes.oneOfType()`. Changes: Update the proptype to use `PropTypes.oneOfType()`.
@marianrick
Copy link

Can this be merged? Life time saver.

@nabilfreeman
Copy link

Can we merge? I have had to do a patch-package to fix this

@gitim gitim merged commit 5a21bea into gitim:master Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants