Chore: Replace lodash/noop with lodash-es/noop (#22331)

This commit is contained in:
HyaCinth
2025-07-14 13:57:26 +08:00
committed by GitHub
parent 1d54ffcf89
commit 8b1f428ead
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ import { useRenderI18nObject } from '@/hooks/use-i18n'
import type { NodeOutPutVar } from '../../../types'
import type { Node } from 'reactflow'
import type { PluginMeta } from '@/app/components/plugins/types'
import { noop } from 'lodash'
import { noop } from 'lodash-es'
import { useDocLink } from '@/context/i18n'
export type Strategy = {