@absolutejs/absolute 0.19.0-beta.309 → 0.19.0-beta.310

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.
@@ -30631,8 +30631,9 @@ var ssrDirty = false, isRecord3 = (value) => typeof value === "object" && value
30631
30631
  bootstrapScriptContent: `window.__INITIAL_PROPS__=${JSON.stringify(props)}`,
30632
30632
  headContent: options?.headContent
30633
30633
  });
30634
- const html = injectIslandPageContext(await new Response(stream).text(), {
30635
- hasIslands: resolvedPage.hasIslands
30634
+ const renderedHtml = await new Response(stream).text();
30635
+ const html = injectIslandPageContext(renderedHtml, {
30636
+ hasIslands: resolvedPage.hasIslands || htmlContainsIslands(renderedHtml)
30636
30637
  });
30637
30638
  return new Response(html, {
30638
30639
  headers: { "Content-Type": "text/html" }
@@ -30787,5 +30788,5 @@ export {
30787
30788
  Island_default as Island
30788
30789
  };
30789
30790
 
30790
- //# debugId=C2139B56F5BD147164756E2164756E21
30791
+ //# debugId=234400F094B7CA0F64756E2164756E21
30791
30792
  //# sourceMappingURL=index.js.map