Cezarijus Kivylius
Cezarijus Kivylius
Is there any progress on this? Can we just release v22 which doesn't support the older versions? or implement the required fix thats above? If not this library is good...
So it's a feature request if it's not supported? Or is there somehow for a manual overwrite. Seems strange they extended cssproperties without ability to removed them. The eslint is...
Without a code example it's hard to reproduce and help you. In the example for a custom drag layer: https://react-dnd.github.io/react-dnd/examples/drag-around/custom-drag-layer they hide the preview. > I don't need any special...
Look at example https://codesandbox.io/s/github/react-dnd/react-dnd/tree/gh-pages/examples_hooks_js/02-drag-around/custom-drag-layer?from-embed=&file=/src/DraggableBox.jsx:864-884, have you removed the preview(s) like they have in the demo?
I had to do it manually for reactware library, you can take a look at the [example](https://codesandbox.io/s/dreamy-blackburn-psssc) to get an idea as to what I did, but i'd recommend to...
I like this also, theres a `.dragleave` on [html5 dnd spec](https://developer.mozilla.org/en-US/docs/Web/API/Document/dragleave_event) so I'm not sure why they don't have it here.
same here, what going on? node: v20.11.0 npm: 10.2.4 win11