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
This relates to #3636 discussion for scoped registries.
Adding in support for Scoped Custom Element registries by using the polyfill to enable component libraries to have components defined in the local scope to avoid version mismatch conflicts. This helps in faster development and removes the host dependencies for ace-components.
Mockups or screenshots
Below screen shot is for scoped action bar implementation which has elements defined in its local scope.
Implementation notes or ideas
For Implementing it a npm package like @lit-labs/scoped-registry-mixin could be used which creates scoped registry for the class & also passes the registry to attachShadow().
The text was updated successfully, but these errors were encountered:
Code of conduct
Impacted component(s)
Base component
Description of the requested feature
This relates to #3636 discussion for scoped registries.
Adding in support for Scoped Custom Element registries by using the polyfill to enable component libraries to have components defined in the local scope to avoid version mismatch conflicts. This helps in faster development and removes the host dependencies for
ace-components
.Mockups or screenshots
Below screen shot is for scoped action bar implementation which has elements defined in its local scope.
Implementation notes or ideas
For Implementing it a npm package like @lit-labs/scoped-registry-mixin could be used which creates scoped registry for the class & also passes the registry to attachShadow().
The text was updated successfully, but these errors were encountered: