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
No response
Default import of index.js should register the default custom element only.
import of the component class should not register the custom element at all.
Remove all registration of custom-${component name} from the JS and only register as part of ./demo/index.js
custom-${component name}
None
The text was updated successfully, but these errors were encountered:
sun-mota
Successfully merging a pull request may close this issue.
Please verify the version of auro-flight you have installed
No response
Please describe the bug
Default import of index.js should register the default custom element only.
import of the component class should not register the custom element at all.
Remove all registration of
custom-${component name}
from the JS and only register as part of ./demo/index.jsReproducing the error on the docsite
None
Expected behavior
No response
What browsers are you seeing the problem on?
No response
Additional context
No response
Exit criteria
No response
The text was updated successfully, but these errors were encountered: