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
Create a range slider with <Slider range />. This creates an uneditable range. Therefore when the <Handle> gets rendered, onDelete is passed as undefined. However, Handle still tries to call onDelete unconditionally, which causes a "onDelete is undefined" error when you press delete:
The text was updated successfully, but these errors were encountered:
Create a range slider with
<Slider range />
. This creates an uneditable range. Therefore when the<Handle>
gets rendered,onDelete
is passed asundefined
. However,Handle
still tries to callonDelete
unconditionally, which causes a "onDelete
is undefined" error when you press delete:The text was updated successfully, but these errors were encountered: