How do I use Web Components v3 in ASP.NET Core #32902
Unanswered
dongle-the-gadget
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Migrating my existing ASP.NET Core program from Web Components v2 (using
<script type="module" src="https://unpkg.com/@@fluentui/web-components"></script>
) to v3 (using<script type="module" src="https://unpkg.com/@@fluentui/web-components@beta"></script>
) breaks the entire application: no styles or controls are being loaded.Beta Was this translation helpful? Give feedback.
All reactions