Skip to content

Commit

Permalink
bring back accidentally removed markHTMLString call
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Mar 7, 2024
1 parent d2e1e2a commit 1ff765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/runtime/server/render/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
);
}
const renderedElement = renderElement('astro-island', island, false);
destination.write(renderedElement);
destination.write(markHTMLString(renderedElement));
},
};
}
Expand Down

0 comments on commit 1ff765a

Please sign in to comment.