You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thescientist13
changed the title
renderToString is returning document tags within the <template> outputrenderToString is returning document tags within the <template> output when only rendering a fragment
May 28, 2022
Type of Change
Summary
After upgrading to 0.2.0, saw that when using
renderToString
,<html>
and<head>
tags are now coming back in the rendered HTML.Seems like a regression due to #30 .
Details
Before
After
Also seems like we are missing the closing
>
as well. I bet JSDOM probably normalized this again, so should really get #14 in place.The text was updated successfully, but these errors were encountered: