Closed Simek closed 4 years ago
"onChange" prop is marked as NON-required function, but component always call that function without checking if it exist which causes an error, when no "onChange" function has been provided and user interacts with slider handle.
@tannerlinsley ?
This was a refactor and I was unable to merge the change in its form here. The issue is fixed in the new version though.
"onChange" prop is marked as NON-required function, but component always call that function without checking if it exist which causes an error, when no "onChange" function has been provided and user interacts with slider handle.