Skip to content

Commit 19ca8ac

Browse files
committed
eslint exception
1 parent 8373b97 commit 19ca8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const isDeepChanged = (
9393
cache.set(origObj, { nextObj });
9494
}
9595
let changed = null;
96+
// eslint-disable-next-line no-restricted-syntax
9697
for (const key of used) {
9798
const c = key === OWN_KEYS_SYMBOL ? isOwnKeysChanged(origObj, nextObj)
9899
: isDeepChanged(

0 commit comments

Comments
 (0)