chore: append innerHTML

This commit is contained in:
harlan 2025-02-14 18:55:52 +11:00
parent 23f7cef4d4
commit 63196efa73

View File

@ -481,7 +481,7 @@ export default defineRenderHandler(async (event): Promise<Partial<RenderResponse
islandHead[tag.tag as keyof Head] = value
} else {
// @ts-expect-error type juggling
islandHead[tag.tag as keyof Head] = tag.props
islandHead[tag.tag as keyof Head] = { innerHTML: tag.innerHTML, textContent: tag.textContent, ...tag.props }
}
}