fix: use lodash-es in the client (#41931)
This commit is contained in:
committed by
GitHub
parent
db369fbed1
commit
9be2fb9a10
@@ -11,7 +11,7 @@ import {
|
||||
cancel
|
||||
} from 'redux-saga/effects';
|
||||
import { channel } from 'redux-saga';
|
||||
import escape from 'lodash/escape';
|
||||
import { escape } from 'lodash-es';
|
||||
import i18next from 'i18next';
|
||||
|
||||
import {
|
||||
|
Reference in New Issue
Block a user