marekrozmus / react-swipeable-list

Swipeable list component for React supporting several behaviours (e.g. iOS)
https://marekrozmus.github.io/react-swipeable-list/
MIT License
110 stars 20 forks source link

React does not recognize the x... #32

Closed OzoBro closed 1 year ago

OzoBro commented 1 year ago

Hello, great lib! I'm getting this warning: "Warning: React does not recognize the X prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase actiondelay instead. If you accidentally passed it from a parent component, remove it from the DOM element."

for: actionDelay, destructiveCallbackDelay, fullSwipe, listType, scrollStartThreshold and swipeStartThreshold

Using React 18.2.0 I did not get these when using React 17.

Thanks in advance and keep up the good work!

gabrielvieiraes commented 11 months ago

@OzoBro How did you resolve this?