Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1de654e

Browse files
authored
fix: Fix import which does not follow ESM rules (react-dnd#3669)
1 parent 1dd1bcd commit 1de654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dnd/src/types/connectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ReactElement, RefObject } from 'react'
22

3-
import type { DragPreviewOptions, DragSourceOptions } from './options'
3+
import type { DragPreviewOptions, DragSourceOptions } from './options.js'
44

55
export type ConnectableElement = RefObject<any> | ReactElement | Element | null
66

0 commit comments

Comments
 (0)