-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Got this to occur in a random situation a while ago:
div(
p("Hello"),
() => button("Sign In").className("button")
).attr("style", "text-align: center;");Renders as:
<div style="text-align: center;">
<button class="button">Sign In</button>
<p>Hello</p>
</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working