Draggable doesn't seem to work when html elements are used directly in dnd context #1292
Unanswered
Rahul-krishnakumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a weird issue where I cannot create a draggable element directly inside the DndContext, despite passing all the needed props to it. But it seems to work fine when I move all the logic to a custom component and then use the component inside DndContext. What is the reason for this?
This doesn't work
But this does
Beta Was this translation helpful? Give feedback.
All reactions