Replies: 1 comment 4 replies
-
Can you provide an example of this in react-dnd? To the best of my knowledge it's not possible, but possibly I'm overlooking something. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of migrating from
react-dnd
toreact-aria
. Generally everything works great, but one thing that's inreact-dnd
that's not inreact-aria
is the path of the directory of the item dropped.It looks like DirectoryDropItem only supports
name
andgetEntries
methods. Does anyone know a workaround to this?Beta Was this translation helpful? Give feedback.
All reactions