Alex Reardon
Alex Reardon
That is interesting. We are not using resize observer at all so I think rbd might be doing something which triggers their resize observer to be hit...
We try to find the drag handle using a selector. If the drag handle is within a shadow dom, then my understanding is that we cannot query what is in...
I could not find a way to do it with a selector. It looks like you need to find the shadow root and then you can query from there. We'll...
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...
It is totally possible - we just don't have an example for it
Check out the 'Warning: position: fixed' section under [`Draggable`](https://github.com/atlassian/react-beautiful-dnd#props-1). At this stage having parent transforms are not supported. We might look at jumping to the new React portal solution to...
Thanks for raising this @nickaversano !!
Interesting idea @nickaversano - worth thinking about. Generally updating top/left values during a drag is not ideal as it does not use the GPU. However, it may get around the...
Let me know how you go
Even better!