Open
Description
Since, container for virtual component is mapped to part in cache, same container is reused for other component:
html`${<p>${predicate ? ComponentOne() : ComponentTwo()}</p>}`
I made demo reproducing the issue
I haven't done deep dive into solving it, but from first sight container
can be mapped to renderer
instead of part