Repro: https://gist.github.com/jakemac53/795c4f1af486ccfb0014
This seems to be caused by the fact that we are creating a second temporary host element for the root component and calling setAttribute before we attach content to the target host element.
/cc @jakemac53
Repro: https://gist.github.com/jakemac53/795c4f1af486ccfb0014
This seems to be caused by the fact that we are creating a second temporary host element for the root component and calling
setAttributebefore we attach content to the target host element./cc @jakemac53