Unverified Commit 19eaf271 authored by Joel's avatar Joel Committed by GitHub

fix: lodash package rename (#9)

Co-authored-by: Joel
parent 4926a0fc
import { useState, useCallback } from 'react' import { useState, useCallback } from 'react'
import debounce from 'lodash/debounce' import debounce from 'lodash-es/debounce'
import { DebouncedFunc } from 'lodash' import { DebouncedFunc } from 'lodash-es'
import { validateProviderKey } from '@/service/common' import { validateProviderKey } from '@/service/common'
export enum ValidatedStatus { export enum ValidatedStatus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment