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
There are libraries that use components in this way
html` <div> <${Component}> component body <//> </div> `
However this results in the wrong autocomplete and inserts some weird low dashes and numbers as you can see here in the example image.
this is for some reason the generated autocomplete closing tag.
There are also formatting issues
<${List} ><div>a</div> <div>a</div> <div>a</div> <div>a</div><// >
instead of
<${List}> <div>a</div> <div>a</div> <div>a</div> <div>a</div> <//>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are libraries that use components in this way
However this results in the wrong autocomplete and inserts some weird low dashes and numbers as you can see here in the example image.
this is for some reason the generated autocomplete closing tag.
There are also formatting issues
instead of
The text was updated successfully, but these errors were encountered: