Skip to content

Commit 172bfe6

Browse files
Fixed the children prop for DragOverlay
1 parent 1060f8d commit 172bfe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/drag-overlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface DragOverlayProps {
1111
style?: JSX.CSSProperties;
1212
}
1313

14-
const DragOverlay: ParentComponent<DragOverlayProps> = (props) => {
14+
const DragOverlay = (props: DragOverlayProps) => {
1515
const [state, { onDragStart, onDragEnd, setOverlay, clearOverlay }] =
1616
useDragDropContext()!;
1717

0 commit comments

Comments
 (0)