@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.
package/dist/build.js CHANGED
@@ -205137,8 +205137,9 @@ var ssrDirty3 = false, isRecord7 = (value) => typeof value === "object" && value
205137
205137
  bootstrapScriptContent: `window.__INITIAL_PROPS__=${JSON.stringify(props)}`,
205138
205138
  headContent: options?.headContent
205139
205139
  });
205140
- const html = injectIslandPageContext(await new Response(stream).text(), {
205141
- hasIslands: resolvedPage.hasIslands
205140
+ const renderedHtml = await new Response(stream).text();
205141
+ const html = injectIslandPageContext(renderedHtml, {
205142
+ hasIslands: resolvedPage.hasIslands || htmlContainsIslands(renderedHtml)
205142
205143
  });
205143
205144
  return new Response(html, {
205144
205145
  headers: { "Content-Type": "text/html" }
@@ -208045,5 +208046,5 @@ export {
208045
208046
  build
208046
208047
  };
208047
208048
 
208048
- //# debugId=740576EE9232063964756E2164756E21
208049
+ //# debugId=6D71A6F405F7879264756E2164756E21
208049
208050
  //# sourceMappingURL=build.js.map