Phil
Phil
For anyone unsure on the key resetting the RecoilRoot, heres an example on how you could update it using either Context or a Parent RecoilRoot: - https://codesandbox.io/s/recoil-js-reset-root-bvi74z?file=/src/App.js
I found a way to get around this layouting issue by using an assoicated node position, and working off it instead of the current nodes position. This seems to work...
Was there any progress on this issue or a workaround for when you change position of the droppable areas during a drag event?
Thanks for that @moklick! That approach does seem to work for restricting drag to only the Y-axis (we’d just want to use `vp.y` instead of `vp.x` in that case 🙂)....