Closed nippur72 closed 8 years ago
Non breakable space   is discarded if it appears alone in a text element:
 
<div> <div> </div> <div> Hello</div> </div>
var templateRT = function () { return React.createElement('div', {}, React.createElement('div', {}), // <--------- where's '\xA0' ??? React.createElement('div', {}, '\xA0Hello')); };
Non breakable space
 
is discarded if it appears alone in a text element: