Similar to issue #481, I'm having trouble getting clicks to register inside of draggable components. The poster of #481 was able to get button clicks to register but not even this works for me when I copy the code into a live-react-app.
Reproducible example:
https://codesandbox.io/s/peaceful-northcutt-eghv8?file=/src/App.js
The example above somehow registers button clicks but when I copy the files into a live-react-app, the buttons no longer registers clicks.