From 52b3b0f241832730b78cc0842f498ec91569c5bb Mon Sep 17 00:00:00 2001 From: cassie Date: Sat, 4 Apr 2026 21:52:37 -0500 Subject: [PATCH] Update use-droppable.mdx accept parameter typo accepts -> accept `accepts` is the Droppable property, but the useDroppable hook takes `accept` --- apps/docs/react/hooks/use-droppable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/react/hooks/use-droppable.mdx b/apps/docs/react/hooks/use-droppable.mdx index 1f6ac364f..e5a8416f4 100644 --- a/apps/docs/react/hooks/use-droppable.mdx +++ b/apps/docs/react/hooks/use-droppable.mdx @@ -52,7 +52,7 @@ The `useDroppable` hook accepts the following arguments: If you already have a reference to the element, you can pass it to the `element` option instead of using the `ref` that is returned by the `useDraggable` hook to connect the draggable source element. - + Optionally supply a type of draggable element to only allow it to be dropped over certain droppable targets that [accept](#) this `type`.