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
You .js files in the package do not contain extension in import / export statements.
So your package does only work when used with a bundler, but not directly in the browser.
Expected Behavior
The .js files should contain relative paths with extensions, or the paths need to be listed in the exports section of the package.json
Component
Other...
Package version
2.6.1
@microsoft/fast-element version
unkown
Environment
directly imported in browser
Current Behavior
You .js files in the package do not contain extension in import / export statements.
So your package does only work when used with a bundler, but not directly in the browser.
Expected Behavior
The .js files should contain relative paths with extensions, or the paths need to be listed in the exports section of the package.json
Reproduction
https://js-b7swbe.stackblitz.io
Steps to reproduce
Are you reporting an Accessibility issue?
None
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
yes
Validations
The text was updated successfully, but these errors were encountered: