mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -8,7 +8,7 @@ import React, {
|
||||
useRef,
|
||||
useCallback,
|
||||
} from 'react';
|
||||
import { omit } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
import type { ListRowProps } from 'react-virtualized';
|
||||
|
||||
import type { LocalizerType, ThemeType } from '../../../../types/Util.js';
|
||||
@@ -45,6 +45,8 @@ import { UsernameCheckbox } from '../../../conversationList/UsernameCheckbox.js'
|
||||
import { PhoneNumberCheckbox } from '../../../conversationList/PhoneNumberCheckbox.js';
|
||||
import { SizeObserver } from '../../../../hooks/useSizeObserver.js';
|
||||
|
||||
const { omit } = lodash;
|
||||
|
||||
export type StatePropsType = {
|
||||
regionCode: string | undefined;
|
||||
candidateContacts: ReadonlyArray<ConversationType>;
|
||||
|
||||
Reference in New Issue
Block a user