diff --git a/demo/examples/render-reconciliation/index.js b/demo/examples/render-reconciliation/index.js index 73bea31..45fabbe 100644 --- a/demo/examples/render-reconciliation/index.js +++ b/demo/examples/render-reconciliation/index.js @@ -85,7 +85,9 @@ class TransitionSafe extends WebComponent { // self-contained so the transition is guaranteed present wherever the // component is used — including the e2e spec, which loads no page CSS static shadowRootInit = { mode: 'open' } + static styles = ` + :host { display: block; } .anim-box { width: 4em; height: 2.5em;