-
-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please export SliderRef #891
Comments
May be you can use this to create custom handle. ( "rc-slider": "^10.1.1" ) `import { forwardRef } from "react" const RangeHandle = forwardRef(({ index, ...restProps }, ref) => {
}) const RangeSlider = () => { return ( export default RangeSlider |
@nag-murali I was referring the type the |
@yoyo837 thank you :) |
so we can forwardRef properly
The text was updated successfully, but these errors were encountered: