Infinite loop when value prop is number
Closed this issue · 1 comments
rumman23 commented
Dragging causes infinite loop when value prop is passed as number(prop change fires onValueChange callback immediately). Same works well when prop is string.
I suspect that this is caused by strict comparison of values in _changeValue.
tleunen commented
Thanks for reporting the issue.
Any help is welcome to resolve it. I'm quite busy on another project for at least the next few days.
Also, we should add tests to prevent this from happening.