zillow / react-slider

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

fix mpowaga/react-slider#94 #95

Closed axlebedev closed 7 years ago

axlebedev commented 7 years ago

before function call check if func exists and it is a function

Mike-Bell commented 7 years ago

Would love to see this merged. Is a safe fix and the slider is basically unusable on IE11 without it.

Mike-Bell commented 7 years ago

I made my own (slightly syntactically simpler) version here (before I saw this PR):

https://github.com/mpowaga/react-slider/pull/97

/shrug

mpowaga commented 7 years ago

Closing this as #105 has been merged and fixed the issue. Feel free to reopen if the issue still persists.