Open geenalux opened 4 years ago
Same problem. But sometimes onAfterChange
fire.
v9.2.4
No activity for a long time, bug still occurring in v9.7.4
Update:
After passing a callback it works fine:
const onAfterChange = useCallback(() => console.log('onAfterChange'), []);
In v9.2.3, it appears that onAfterChange is not firing. When manipulating the slider, I am seeing
handleChange
in my console butonAfterChange
never appears afterwards.