diff --git a/src/runtime/initialize-component.ts b/src/runtime/initialize-component.ts index db155bd366e..2dae8d4b8aa 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 && bundleId) { + if ((BUILD.lazyLoad || BUILD.hydrateClientSide) && bundleId) { // lazy loaded components // request the component's implementation to be // wired up with the host element