reactions: revert shallow comparer

This commit is contained in:
vchikalkin 2023-05-24 10:36:55 +03:00
parent be48adbded
commit d13beca5ed

View File

@ -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,
}
);