onClick events are not being triggered from inside Draggable component
<a> elements do not trigger clicks
but <button> does.
It is impacting components like Gatsby Link, that generates an <a> component but also uses click under the hood.
Reproducible example:
https://codesandbox.io/s/peaceful-northcutt-eghv8?file=/src/App.js