We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8373b97 commit 19ca8acCopy full SHA for 19ca8ac
src/utils.js
@@ -93,6 +93,7 @@ export const isDeepChanged = (
93
cache.set(origObj, { nextObj });
94
}
95
let changed = null;
96
+ // eslint-disable-next-line no-restricted-syntax
97
for (const key of used) {
98
const c = key === OWN_KEYS_SYMBOL ? isOwnKeysChanged(origObj, nextObj)
99
: isDeepChanged(
0 commit comments