Summary
There are two spots where the word your is repeated twice.
|
In order for your your [Droppable](../droppable/) and [Draggable](../draggable/) components to interact with each other, you'll need to make sure that the part of your React tree that uses them is nested within a parent `<DndContext>` component. The `<DndContext>` provider makes use of the [React Context API](https://reactjs.org/docs/context.html) to share data between draggable and droppable components and hooks. |
|
In order for your your [Droppable](droppable/) and [Draggable](draggable/) components to interact with each other, you'll need to make sure that the part of your React tree that uses them is nested within a parent `<DndContext>` component, which makes use of the [React Context API](https://reactjs.org/docs/context.html) to share data between draggable and droppable components and hooks. |
Summary
There are two spots where the word
youris repeated twice.docs/api-documentation/context-provider/README.md
Line 7 in 2449bcf
docs/concepts/context-provider.md
Line 3 in 2449bcf