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
It's common for users to create Shadow DOM imperatively in custom elements. Libraries can then server side render SSR the result into declarative Shadow DOM that later upgrades to a loaded custom element. The solution here should integrate well with both approaches.
Using the module graph for this is a good start, so I want to confirm that the following would work:
Yes, based on our current proposal, this should work. One of the goals of using the module graph is that imperative and declarative should be able to interact like this.
It's common for users to create Shadow DOM imperatively in custom elements. Libraries can then server side render SSR the result into declarative Shadow DOM that later upgrades to a loaded custom element. The solution here should integrate well with both approaches.
Using the module graph for this is a good start, so I want to confirm that the following would work:
The text was updated successfully, but these errors were encountered: