We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e34547 + 172bfe6 commit 0d0140aCopy full SHA for 0d0140a
1 file changed
src/drag-overlay.tsx
@@ -11,7 +11,7 @@ interface DragOverlayProps {
11
style?: JSX.CSSProperties;
12
}
13
14
-const DragOverlay: ParentComponent<DragOverlayProps> = (props) => {
+const DragOverlay = (props: DragOverlayProps) => {
15
const [state, { onDragStart, onDragEnd, setOverlay, clearOverlay }] =
16
useDragDropContext()!;
17
0 commit comments