react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

[Web] Crash when pass ref to Slider component

Open exzos28 opened this issue 2 months ago • 1 comments

Reproducible Demo

  const ref = useRef<SliderRef>(null);

 <SliderExample ref={ref} minimumValue={0} maximumValue={100} step={1} />

exzos28 avatar Oct 14 '25 12:10 exzos28

https://github.com/callstack/react-native-slider/pull/738

exzos28 avatar Oct 14 '25 13:10 exzos28