1 parent dacdc83 commit 3f4d962Copy full SHA for 3f4d962
1 file changed
integrations/react/src/future/loader/loaderPlugin.tsx
@@ -124,8 +124,8 @@ function createBeforeRouteHandler<
124
125
if (
126
(loaderDataPromise || lazyComponentPromise) &&
127
- shouldRenderImmediately !== true &&
128
- "loading" in matchActivity === false
+ (shouldRenderImmediately !== true ||
+ "loading" in matchActivityComponent === false)
129
) {
130
pause();
131
0 commit comments