Fixed all effects getting added to unassigned effects even when they were assigned
This commit is contained in:
@@ -58,7 +58,7 @@ export default class ComputationMemo {
|
||||
targets.forEach(target => {
|
||||
target.computationDetails.effects.push(prop);
|
||||
});
|
||||
if (!targets.length){
|
||||
if (!targets.size){
|
||||
this.unassignedEffects.push(prop);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user