We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a16c84 commit 2d4671bCopy full SHA for 2d4671b
src/utils.ts
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
-import debounce from 'lodash/debounce';
3
-import throttle from 'lodash/throttle';
+import debounce from 'lodash/debounce.js';
+import throttle from 'lodash/throttle.js';
4
import type { DebouncedFunc } from 'lodash';
5
6
import { OnRefChangeType, Props } from './types';
0 commit comments