@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/build.js CHANGED
@@ -169404,18 +169404,7 @@ var indexContentCache, resolveDevClientDir = () => {
169404
169404
  const content = [
169405
169405
  ...hmrPreamble,
169406
169406
  ...reactImports,
169407
- `import type { ComponentType } from 'react'`,
169408
169407
  `import { ${componentName} } from '${pagesRelPath}/${componentName}';
169409
- `,
169410
- `type PropsOf<C> = C extends ComponentType<infer P> ? P : never;
169411
- `,
169412
- `declare global {`,
169413
- ` interface Window {`,
169414
- ` __INITIAL_PROPS__?: PropsOf<typeof ${componentName}>`,
169415
- ` __REACT_ROOT__?: ReturnType<typeof hydrateRoot | typeof createRoot>`,
169416
- ` __HMR_CLIENT_ONLY_MODE__?: boolean`,
169417
- ` }`,
169418
- `}
169419
169408
  `,
169420
169409
  ...errorBoundaryDef,
169421
169410
  `// Hydration with error handling and fallback`,
@@ -179151,5 +179140,5 @@ export {
179151
179140
  build
179152
179141
  };
179153
179142
 
179154
- //# debugId=F6A1E9B26F37A45164756E2164756E21
179143
+ //# debugId=EA221B00D139000A64756E2164756E21
179155
179144
  //# sourceMappingURL=build.js.map