marko-include-bug
When including nested <include>
in components you get strange results if the inner input.renderBody
has nested HTML.
- Running the
server
script produces the same result for all examples - Running the
webpack
build and loadingindex.html
in the browser you get varying results for each example.
It appears to be an issues with VDOM and how it handles closing tags, but I'm not entirely sure.