- Framework7 version: 6.0.15
- React.js version: 17.0.2
- Platform and Target: Chrome browser
- LiveLink
Describe the bug
React component's onRangeChange/onRangeChanged is unable to retrieve the updated state
To Reproduce
- Click button#1 to update "count" to 2.
- Drag , console shows that count = 2
- Drag Framework7 , console shows that count = 0 (but it should be 2)
Expected behavior
It should be able to get updated state value in onRangeChange/onRangeChanged callback.