mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { FunctionComponent, ReactNode } from 'react';
|
||||
import React, { useCallback } from 'react';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import { ContactName } from '../conversation/ContactName.js';
|
||||
|
||||
@@ -22,6 +22,8 @@ import {
|
||||
RenderLocation,
|
||||
} from '../conversation/MessageTextRenderer.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
const EMPTY_OBJECT = Object.freeze(Object.create(null));
|
||||
|
||||
export type PropsDataType = {
|
||||
|
||||
Reference in New Issue
Block a user