@absolutejs/absolute 0.19.0-beta.371 → 0.19.0-beta.372

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -171103,18 +171103,7 @@ var indexContentCache, resolveDevClientDir = () => {
171103
171103
  const content = [
171104
171104
  ...hmrPreamble,
171105
171105
  ...reactImports,
171106
- `import type { ComponentType } from 'react'`,
171107
171106
  `import { ${componentName} } from '${pagesRelPath}/${componentName}';
171108
- `,
171109
- `type PropsOf<C> = C extends ComponentType<infer P> ? P : never;
171110
- `,
171111
- `declare global {`,
171112
- ` interface Window {`,
171113
- ` __INITIAL_PROPS__?: PropsOf<typeof ${componentName}>`,
171114
- ` __REACT_ROOT__?: ReturnType<typeof hydrateRoot | typeof createRoot>`,
171115
- ` __HMR_CLIENT_ONLY_MODE__?: boolean`,
171116
- ` }`,
171117
- `}
171118
171107
  `,
171119
171108
  ...errorBoundaryDef,
171120
171109
  `// Hydration with error handling and fallback`,
@@ -187423,5 +187412,5 @@ export {
187423
187412
  ANGULAR_INIT_TIMEOUT_MS
187424
187413
  };
187425
187414
 
187426
- //# debugId=56839D95BBABD60C64756E2164756E21
187415
+ //# debugId=25F26E6A4C1E86AF64756E2164756E21
187427
187416
  //# sourceMappingURL=index.js.map