We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f7f4a3 + f8ab36c commit 2ae6107Copy full SHA for 2ae6107
src/utils/eq.ts
@@ -23,6 +23,8 @@ function eq(a, b, aStack?, bStack?) {
23
return deepEq(a, b, aStack, bStack)
24
}
25
26
+var toString = Object.prototype.toString
27
+
28
// Internal recursive comparison function for `isEqual`.
29
function deepEq(a, b, aStack?, bStack?) {
30
// Unwrap any wrapped objects.
0 commit comments