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 bc92c09 commit 4557771Copy full SHA for 4557771
src/data-loaders/navigation-guard.ts
@@ -155,7 +155,7 @@ export function setupLoaderGuard({
155
}
156
} else if (record.meta[LOADER_SET_PROMISES_KEY]) {
157
// When repeated navigation happen on the same route, loaders might still be
158
- // resolved from async modules, so we need to wait for them to resolve.
+ // loading from async components, so we need to wait for them to resolve.
159
lazyLoadingPromises.push(...record.meta[LOADER_SET_PROMISES_KEY])
160
161
0 commit comments