kotlinx.html
kotlinx.html copied to clipboard
<area> tag generates invalid DOM code
trafficstars
When using the area tag DSL (ie:
area(shape = AreaShape.rect) {
// .. anything
}
It generates a DOM warning on the browser when compiling with react-dom as it seems like the tag created uses the attribute key of the literal Shape instead of shape. Is this expected?
