createSliderWithTooltip is gone in version 10.0.0alpha5 (still present in 9.7.5)
steps to reproduce:
- Install latest version (10.0.0alpha5)
- Try to import and use createSliderWithTooltip, per instructions in readme.md Expected: app would show a slider with tooltip Actual: console complains that "createSliderWithTooltip' was not found in 'rc-slider'"
Notes: Searching rc-slider's code for "tooltip" shows only css stuff related to tooltip, at ./rc-slider/assets/index.css. no js addressing anything with the word "tooltip" in it
Workaround: Install LTS version 9.7.5, where createSliderWithTooltip is working happily ever after.
There's a sample implementation of a Tooltip Slider here that has the added benefit of removing the FindDOMNode strict mode error that previously existed with RC Tooltip Sliders. Just copy and paste that implementation into your project and use it instead, it should work in exactly the same way (or at least, it does for me). :)
Has there been any progress on this issue? I see that the package has now reached version 10.0.0 and the README still mentions Slider.createSliderWithTooltip yet it was clearly removed in this commit.
It would be good to know if this feature is meant to be removed so that we can consider alternatives in that case. This issue is blocking us from upgrading to 10.0.0.
Same for me no tooltip rendering, no HTML node in the rendered page.
Same issue for me, need to revert to v9
Still same issue with 10.x