zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

fix: do not spread `key` on render props #300

Open kris-ellery opened 10 months ago

kris-ellery commented 10 months ago

Should fix #288

msf-caesar commented 10 months ago

Try with passing the key as a prop directly to the render prop component instead of spreading it.

Lukaskaras commented 7 months ago

@kris-ellery Is there any update on this?