-
I have a pretty nested structure, but at its top, there is a <DndContext>
<Sidebar/>
<Board>
<Section> //is a droppable and a draggable
<Container /> //is a droppable and a draggable
<Container />
</Section>
</Board>
</DndContext> The monitor is able to see events firing inside the Could it be that the context only works with the first droppable it sees and ignores the rest?Edit: My hope was that, with the introduction of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do any of those components render other
|
Beta Was this translation helpful? Give feedback.
Do any of those components render other
<DndContext>
providers? If so, it's expected thatuseDndMonitor
would only "see" within its own context provider: