Merri/react-lazy

Warning react 16.0

Closed this issue · 1 comments

Warning: Prop dangerouslySetInnerHTML did not match.

Server:
<noscript>&lt;img src=\"my_url_picture\" /&gt;</noscript>
Client:
<noscript><img src=\"my_url_picture\"></noscript>

Merri commented

This is a bug in React 16: facebook/react#10993