Skip to content

Commit ebd4729

Browse files
author
Juarez Mota
committed
fix: set timeoutMillis to null to prevent hanging in problematic environments
1 parent 4190028 commit ebd4729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/StickyBottomBanner.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const buildCmpBannerConfig = (): CandidateConfig<void> => ({
112112
return null;
113113
},
114114
},
115-
timeoutMillis: 1, // Add 1-millisecond timeout to prevent hanging in problematic environments
115+
timeoutMillis: null,
116116
});
117117

118118
const buildRRBannerConfigWith = ({

0 commit comments

Comments
 (0)