Closed quimt closed 3 months ago
Hmm, seems like a just new found bug, because it works with buildHtmls
, not with buildHtml
👀
buildHtml
always returns all children as a onlye one element - div
with onlyChildren: true
, so:
buildHtml:
tDiv:
{$c}
c
return this:
Describe the bug 🐛 In #295 discussion seemed to conclude that the enclosing div would be removed from
buildHtml
. It seems to be back in the current commit.To Reproduce 👨🔬