We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since today ?module seems to generate a wrong import for at least one of the modules.
The call to https://unpkg.com/@microsoft/mgt-components@2.0.0/dist/es6/components/sub-components/mgt-flyout/mgt-flyout.js?module generates an import for import { MgtBaseComponent } from "https://unpkg.com/@microsoft/mgt-element@2.0.0/?module"; and this causes the error "Cannot find an index in "/" in @microsoft/mgt-element@2.0.0" as far as i can see it should be generated as https://unpkg.com/@microsoft/mgt-element@2.0.0?module
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since today ?module seems to generate a wrong import for at least one of the modules.
The call to https://unpkg.com/@microsoft/mgt-components@2.0.0/dist/es6/components/sub-components/mgt-flyout/mgt-flyout.js?module generates an import for import { MgtBaseComponent } from "https://unpkg.com/@microsoft/mgt-element@2.0.0/?module"; and this causes the error "Cannot find an index in "/" in @microsoft/mgt-element@2.0.0" as far as i can see it should be generated as https://unpkg.com/@microsoft/mgt-element@2.0.0?module
The text was updated successfully, but these errors were encountered: