You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot move the slider at all after a simple usage, get the below error in console Unable to preventDefault inside passive event listener invocation.
const [zoomSlider, setZoomSlider] = useState(0);
return <InputRange
maxValue={100}
minValue={0}
value={zoomSlider}
onChange={(value) => setZoomSlider({ value } as unknown as number)}
/>
The text was updated successfully, but these errors were encountered:
I cannot move the slider at all after a simple usage, get the below error in console
Unable to preventDefault inside passive event listener invocation.
The text was updated successfully, but these errors were encountered: