Alex Reardon

Results 179 comments of Alex Reardon

[Here is an polyfill I have been working on](https://gist.github.com/alexreardon/cbc317ede2212d6db59ba5ff59dcf419) I did not end up implementing `DataTransfer` permissions ("read/write", "read-only" and "protected") as they made setting up mock data in tests...

@domenic would you like me to raise a PR to jsdom?

React should warn you if you are doing this. Would it be worth rbd adding a warning as well?

I'll see if I can add some more helpful debugging information

We cannot really tell if the draggable component is supposed to have a key or not. Technically you can wrap a Draggable in other components. In which case they would...

We will likely provide a multi-drag pattern similar to this: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/patterns/multi-drag.md

Let's move this conversation off of an issue and into a discussion :) https://github.com/atlassian/pragmatic-drag-and-drop/discussions/categories/show-and-tell

Hi there! Thanks for raising this issue. Can you please create a standalone example on `codesandbox.io` using our boilerplate: https://codesandbox.io/s/k260nyxq9v Without a standalone example, we will not be able to...

I think this issue was fixed in 12.x. Please upgrade and take another look

I can explain *why* this is happening, but i'm not sure if we can do much about it at this stage - in our [mouse sensor](/docs/sensors/mouse.md) we *need* to call...