From d13beca5ede0f73cba3888747525579290aadf07 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 24 May 2023 10:36:55 +0300 Subject: [PATCH] reactions: revert shallow comparer --- apps/web/process/elt/reactions/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/process/elt/reactions/common.ts b/apps/web/process/elt/reactions/common.ts index 898334e..8e7f5db 100644 --- a/apps/web/process/elt/reactions/common.ts +++ b/apps/web/process/elt/reactions/common.ts @@ -49,7 +49,7 @@ export default function reactions(context: ProcessContext) { }, { delay: 10, - equals: comparer.structural, + equals: comparer.shallow, fireImmediately: true, } ); @@ -101,7 +101,7 @@ export default function reactions(context: ProcessContext) { }, { delay: 10, - equals: comparer.structural, + equals: comparer.shallow, fireImmediately: true, } );