smithy
smithy copied to clipboard
Bug: data-attributes are not supported
trafficstars
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.
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