We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6427191 + f9beb76 commit 099c1d6Copy full SHA for 099c1d6
src/runtime/builder.ts
@@ -671,7 +671,7 @@ function stratify(scans) {
671
// one greater than all our dependencies.
672
// In the event that one of our dependencies is filtered by an aggregate,
673
// we stratify ourselves behind it.
674
- if(isAgg) {
+ if(isAgg && info) {
675
for(let provider of info.providers) {
676
if(isAggregate(provider) && provider !== scan) {
677
if(blockLevel[provider.id] > infoLevel) {
0 commit comments