diff --git a/src/runtime/initialize-component.ts b/src/runtime/initialize-component.ts index 2dae8d4b8aa..db155bd366e 100644 --- a/src/runtime/initialize-component.ts +++ b/src/runtime/initialize-component.ts @@ -33,7 +33,7 @@ export const initializeComponent = async ( hostRef.$flags$ |= HOST_FLAGS.hasInitializedComponent; const bundleId = cmpMeta.$lazyBundleId$; - if ((BUILD.lazyLoad || BUILD.hydrateClientSide) && bundleId) { + if (BUILD.lazyLoad && bundleId) { // lazy loaded components // request the component's implementation to be // wired up with the host element