Closed
Description
@sbezboro reported the following issue on IRC:
http://jsfiddle.net/vjeux/8vZ57/1/ (Both on master and 4.0)
The repro case is:
- Render
<div dangerouslySetInnerHTML={{__html: '<b>HTML</b>'}} />
- Render
<div>Text</div>
- Render the same as 1)
The div has its innerHTML empty instead of <b>HTML</b>
.
I don't really know what's going on. @jordwalke, @petehunt can you guys look at it?
Metadata
Metadata
Assignees
Labels
No labels