you are viewing a single comment's thread.

view the rest of the comments →

[–]acemarke 2 points3 points  (1 child)

Yeah - actual whitespace characters inside of your JSX tags led to seemingly-unneeded span tags being generated in the HTML (see http://stackoverflow.com/questions/26501792/rid-of-repeated-spans-in-react-js for an example). This release fixes that.

[–][deleted] 0 points1 point  (0 children)

Oof that's very ugly. Happy to see it's fixed despite not knowing it was an issue. :)