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 0379d51 commit 31990beCopy full SHA for 31990be
.changeset/spotty-cheetahs-live.md
@@ -0,0 +1,5 @@
1
+---
2
+"@remix-run/router": patch
3
4
+
5
+Detect no lazy data and remove abort controller for defer
packages/router/utils.ts
@@ -1192,6 +1192,11 @@ export class DeferredData {
1192
{}
1193
);
1194
1195
+ if (this.done) {
1196
+ // All incoming values were resolved
1197
+ this.unlistenAbortSignal();
1198
+ }
1199
1200
this.init = responseInit;
1201
}
1202
0 commit comments