Alex Reardon

Results 179 comments of Alex Reardon

> These examples run with react 16 which was released in 2019 Internally we are in a transition period between react@16 and react@18. Pragmatic drag and drop has been designed...

I want to make sure folks have a good time with our docs. I'll try to take a look into these. Thanks for raising them @Paul6552

> After clicking two times on the drag-icon: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. Still no idea how...

I'll check this out when I'm back in the office. Thanks for looking into it

Interesting! This would be cool. I think the variance between machines will make it tricky, but keen if you want to have a look into it!

I think I will run these as standard `jest` tests

With all my type changes reverted, i am currently getting the `event` as `any` when `bindAll` has more than a single binding passed in @Andarist

I have seen this before also. I am on the search for a general solution. The trouble with `pointer-events: none` is that it will stop users being able to scroll...

Another approach for now. Have a class on body such as `is-dragging` when dragging and `is-not-dragging` when there is no drag. Then only apply the hover styles when `is-not-dragging`. ```css...

We have an upcoming multi-drag pattern, which will enable multi drag on all platforms. This built in behaviour on iOS is super interesting! Thankfully I think we can accommodate this...