Skip to content

Commit 3f4d962

Browse files
author
anakin_karrot
committed
fix
1 parent dacdc83 commit 3f4d962

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎integrations/react/src/future/loader/loaderPlugin.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ function createBeforeRouteHandler<
124124

125125
if (
126126
(loaderDataPromise || lazyComponentPromise) &&
127-
shouldRenderImmediately !== true &&
128-
"loading" in matchActivity === false
127+
(shouldRenderImmediately !== true ||
128+
"loading" in matchActivityComponent === false)
129129
) {
130130
pause();
131131

0 commit comments

Comments
 (0)