Group lodash imports
This commit is contained in:
parent
89fc4070a2
commit
7ad262a7b1
|
@ -1,9 +1,8 @@
|
|||
import initial from 'lodash-es/initial.js'
|
||||
import { initial, isEqual, last, uniqueId } from 'lodash-es'
|
||||
import { STATE_PROPS } from '../constants.js'
|
||||
import { deleteIn, getIn, insertAt, setIn } from './immutabilityHelpers.js'
|
||||
import { parseJSONPointer } from './jsonPointer.js'
|
||||
import { isObject } from './typeUtils.js'
|
||||
import { isEqual, last, uniqueId } from 'lodash-es'
|
||||
|
||||
export function updateProps (value, prevProps) {
|
||||
if (!isObject(value)) {
|
||||
|
|
Loading…
Reference in New Issue