Michael Newman

Results 6 comments of Michael Newman

Hi @jankapunkt 👋 -- Just wondering, did you ever find a resolution or a workaround for this issue? We saw something similar in our app on an attempt to upgrade...

Ah, that sounds painful, but... good to know! Thank you for following up 👍

Small update: I couldn't really figure out a way around this `react-draggable`/Chrome issue, so I ended up writing a replacement for our "drag around" functionality using `react-dnd`. The video-drag issue...

Thanks for the tip, @chaitanyapandit ! @Redmega - It actually does seem to help the example CodeSandbox in the sense that you can add a fixed position style like this...

I was seeing the same thing in our application -- had wrapped the whole app in a `DragDropContextProvider` at the top-level and was using `SortableTreeWithoutDndContext`, but got the dreaded "Cannot...

I submitted a PR (#962) for this, assuming all we need to do is the naive change implied by the issue description: change the `R` return value to `Promise` in...