Skip to content

Commit 2d4671b

Browse files
committed
Update lodash imports to use .js extension
1 parent 0a16c84 commit 2d4671b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
2-
import debounce from 'lodash/debounce';
3-
import throttle from 'lodash/throttle';
2+
import debounce from 'lodash/debounce.js';
3+
import throttle from 'lodash/throttle.js';
44
import type { DebouncedFunc } from 'lodash';
55

66
import { OnRefChangeType, Props } from './types';

0 commit comments

Comments
 (0)