Message: Fix updating reactions
This commit is contained in:
parent
7810416143
commit
9709522b32
@ -28,7 +28,7 @@ export function areDeepEqual<T extends any>(value1: T, value2: T): boolean {
|
||||
}
|
||||
|
||||
const object1 = value1 as AnyLiteral;
|
||||
const object2 = value1 as AnyLiteral;
|
||||
const object2 = value2 as AnyLiteral;
|
||||
const keys1 = Object.keys(object1);
|
||||
|
||||
return keys1.every((key1) => areDeepEqual(object1[key1], object2[key1]));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user