Skip to content

Conversation

@tolmachev21
Copy link

@tolmachev21 tolmachev21 changed the title chore(app admin UI): DOMA-12629 update lodash chore(app-admin-ui): DOMA-12629 update lodash Nov 24, 2025

import useResizeObserver from 'use-resize-observer';
import throttle from 'lodash.throttle';
import { throttle } from 'lodash';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { throttle } from 'lodash';
import throttle from 'lodash/throttle';

import { jsx } from '@emotion/core';
import { useRef, forwardRef, useState, useCallback } from 'react';
import debounce from 'lodash.debounce';
import { debounce } from 'lodash';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@tolmachev21
Copy link
Author

Screenshot 2025-11-26 at 10 32 39

Copy link
Member

@SavelevMatthew SavelevMatthew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tolmachev21 tolmachev21 merged commit 9059981 into main Nov 26, 2025
292 of 294 checks passed
@tolmachev21 tolmachev21 deleted the chore/app-admin-ui/DOMA-12629/update-lodash branch November 26, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants