You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
be able to render in to a shadow-dom in a single render pass (the current way to get around limitations in ember/glimmer to render in to a shadow requires an extra render pass as well as an extra couple elements)
Currently, <template shadowrootmode="open"> is not allowed in template-tag:
Goal:
Currently,
<template shadowrootmode="open">
is not allowed in template-tag:GlimmerVM doesn't render directly in to a shadow:
#in-element
cannot directly render in to shadow-dom #20641Related
Regressions?
#in-element
cannot directly render in to shadow-dom #20641)The text was updated successfully, but these errors were encountered: