mapbox-gl-js version:
The button should have an image as a child
The button has a div as a child
Per the HTML spec a button can contain only inline elements. A div is a block element.
div
Why would it have to be an image? Can you explain more?
Most helpful comment
Per the HTML spec a button can contain only inline elements. A
divis a block element.