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

Resolve issues with using 0 or 100 on mount and remove `didSyncBounds` logic

Open nerdyman opened this issue 3 years ago • 0 comments

There are edge cases where the position is not respected on mount when it is either 0 or 100 https://github.com/nerdyman/react-compare-slider/issues/37

This was resolved by adding the didSyncBounds logic it should be possible to achieve this without any additional logic.

Possible solution might be #80

nerdyman avatar Oct 05 '22 11:10 nerdyman