We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26e7687 + 128fd97 commit 3572357Copy full SHA for 3572357
1 file changed
src/common/utils/type.utils.ts
@@ -1,4 +1,4 @@
1
-import * as _ from 'lodash/index'
+import * as _ from 'lodash'
2
import {RenamableNode} from '../../tree.types';
3
4
export function applyNewValueToRenamable(value: RenamableNode, newValue: string): RenamableNode {
0 commit comments