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 8b1e889 commit 783f9d5Copy full SHA for 783f9d5
packages/react-devtools-extensions/src/parseHookNames/parseHookNames.js
@@ -25,7 +25,6 @@ import type {
25
import type {HookNames, LRUCache} from 'react-devtools-shared/src/types';
26
import type {Thenable} from 'shared/ReactTypes';
27
import type {SourceConsumer} from '../astUtils';
28
-import type {MixedSourceMap} from '../SourceMapTypes';
29
30
const SOURCE_MAP_REGEX = / ?sourceMappingURL=([^\s'"]+)/gm;
31
const MAX_SOURCE_LENGTH = 100_000_000;
0 commit comments