onSlidingStart only starting if onSlide is defined
jmosner opened this issue · 1 comments
jmosner commented
An onSlidingStart function supplied as a prop is only called, if the onSlide prop is also present.
As a substitute I was able to supply an empty function for onSlide, and onSlidingStart is executed as it should.