Handle multiple versions of shoelace components in the page #825
Unanswered
arvindanta
asked this question in
Help
Replies: 1 comment
-
While the issue is only tangentially related, there are relevant comments on it that talk about these very challenges. #705 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are implementing Microfrontends in our current workplace and we are having a usecase where multiple apps on the same page might use different versions of webcomponent library (Shoelace). We are using Stencil for building our design system but wanted to check if Shoelace can support this usecase via LitElement.
Any recommendation on how to solve this usecase ?. Custom elements do not register more than once and unable to load multiple versions of shoelace components with the same tag name
Beta Was this translation helpful? Give feedback.
All reactions