Since upgrading to React 16 I get this error message:
warning.js:33 Warning: Expected server HTML to contain a matching in .
This seems to be because of Browsersync inserting a script tag in the body on client side that does not exist on server side. Thus React fails to attach to the server render.