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
It's not necessary, just an observation.
<div id="something"> <div data-todo="some things"> </div> </div>
Actual behavior: The div with the id something is not rendered because its child has a data attribute.
Expected behavior: The div with the id something is rendering with its child.
The text was updated successfully, but these errors were encountered:
Ah, interesting! This is unfortunate.
I don't think this is something I'll fix before rolling out a new version of Smithy with a better syntax.
Sorry, once again, I wish I had a better answer
Sorry, something went wrong.
No branches or pull requests
It's not necessary, just an observation.
Actual behavior:
The div with the id something is not rendered because its child has a data attribute.
Expected behavior:
The div with the id something is rendering with its child.
The text was updated successfully, but these errors were encountered: