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 56506bd commit 122598cCopy full SHA for 122598c
packages/react-router/lib/dom/ssr/single-fetch.tsx
@@ -346,7 +346,7 @@ async function singleFetchLoaderNavigationStrategy(
346
// `undefined` result because we always have a `loader` on the client
347
// route in framework mode (for loading module/styles) so this ensures
348
// it doesn't think it's waiting for data and trigger `HydrateFallback`
349
- if (!hasLoader && !hasClientLoader) {
+ if (!hasLoader && !hasClientLoader && !window.__reactRouterHdrActive) {
350
results[routeId] = { type: "data", result: undefined };
351
return;
352
}
0 commit comments