mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Qualify CJS-only module imports
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import type { ReactElement, ReactNode } from 'react';
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
import { animated } from '@react-spring/web';
|
||||
|
||||
import { v4 as uuid } from 'uuid';
|
||||
@@ -23,6 +23,8 @@ import {
|
||||
useScrollObserver,
|
||||
} from '../hooks/useSizeObserver.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
const log = createLogger('Modal');
|
||||
|
||||
type PropsType = {
|
||||
|
||||
Reference in New Issue
Block a user