Hi Author,
I noticed that the lodash.debounce package you are using is released in 6 years ago, maybe it's not safe today. So I would like to ask you a request, could you help to upgrade to latest lodash version instead? Such as lodash or lodash-es.
// lodash
import debounce from "lodash/debounce"
// lodash-es
import { debounce } from "lodash-es"
Many thanks!
Hi Author,
I noticed that the
lodash.debouncepackage you are using is released in 6 years ago, maybe it's not safe today. So I would like to ask you a request, could you help to upgrade to latest lodash version instead? Such aslodashorlodash-es.Many thanks!