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 fa41542 commit 4848247Copy full SHA for 4848247
src/data-loaders/navigation-guard.ts
@@ -151,7 +151,6 @@ export function setupLoaderGuard({
151
lazyLoadingPromises.push(promise)
152
}
153
} else if (record.meta[LOADER_SET_PROMISES_KEY]) {
154
- console.log('REUSE', record.path)
155
// When repeated navigation happen on the same route, loaders might still be
156
// loading from async components, so we need to wait for them to resolve.
157
lazyLoadingPromises.push(...record.meta[LOADER_SET_PROMISES_KEY])
0 commit comments