Fixed an error where incorrectly targeted effects would cause computation error
This commit is contained in:
@@ -13,7 +13,7 @@ export default function computeStat(stat, memo){
|
||||
stat.value = NaN;
|
||||
stat.computationDetails.busyComputing = false;
|
||||
stat.computationDetails.error = 'dependencyLoop';
|
||||
console.warn('dependencyLoop', stat);
|
||||
if (Meteor.isClient) console.warn('dependencyLoop', stat);
|
||||
return;
|
||||
}
|
||||
// Before doing any work, mark this stat as busy
|
||||
|
||||
Reference in New Issue
Block a user