Junaid Raza

Results 2 comments of Junaid Raza
trafficstars

You must do imports like this import Slider from "rc-slider"; const createSliderWithTooltip = Slider.createSliderWithTooltip; const Range = createSliderWithTooltip(Slider.Range); After that Range can accept the props.

> I tried this with the latest version (10.1.0) and this does not seem to work: > > > > `Property 'createSliderWithTooltip' does not exist on type 'ForwardRefExoticComponent'.ts(2339)` > >...