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.
1 parent e5e0705 commit 88482ebCopy full SHA for 88482eb
src/core/federation.ts
@@ -1431,7 +1431,7 @@ export class FederatedApp extends App {
1431
return false;
1432
}
1433
1434
- if (this.maxLevelAllowedToAdvance != Number.MAX_SAFE_INTEGER) {
+ if (this.maxLevelAllowedToAdvance !== Number.MAX_SAFE_INTEGER) {
1435
// The reaction queue is empty but some network receivers are waiting for
1436
// network inputs.
1437
0 commit comments