reactions: revert shallow comparer
This commit is contained in:
parent
be48adbded
commit
d13beca5ed
@ -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,
|
||||
}
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user