Open
Description
When using server rendering, putting an <img>
in an <iframe>
seems to invariably cause an invariant violation (it can't find the image).
This is related to #1252, but not identical. In both cases, the browser isn't aware of the inner elements however, in this case, it's because browsers that support iframes are actually mutating the DOM (by replacing the contents with the document specified in the src
attribute).