Brian Guthrie
Brian Guthrie
That use case makes a lot of sense to me, but I haven't had a chance to think it through yet. I'm not opposed to the idea in principle—I'll take...
Oh that's extremely helpful, thank you! From where you stand, do you think there's an argument to be made for making _all_ stubs maplike, or should the library expose a...
The example you gave looks right to me. Is there any chance you can reproduce the error in isolation, so I have a working example I can debug? Clearly it's...
Here's my an attempt to translate what I'm trying to do: https://codesandbox.io/s/quirky-smoke-yp10w?file=/src/App.js This example contains a single `DnDContext` wrapping both a `DragOverlay` and an `svg` canvas, which contains a `foreignObject`...
Couple of other notes: - The modifier clears values like `containerNodeRect` on drop, but doesn't adjust drop location even when that rect is cached or when a fixed value is...