You just can not do slide in the browser firefox
++1
We have not encountered any such case yet.
Can you regenerate it on code sandbox and give us the link? If you do, please feel free to request reopen the issue as well.
@laveesingh if the slide item contains <a /> tag, it behaves weirdly.
https://codesandbox.io/s/7y27y70no1
@selrond I found the next solution for this problem
Add for each link <a href="#" onDragStart={event => event.preventDefault()}>some text
@oskvortsov thx, seems to work, but IMHO this should be a part of the library.
Btw I've submitted an issue: #1316
Most helpful comment
@selrond I found the next solution for this problem
Add for each link
<a href="#" onDragStart={event => event.preventDefault()}>some text