Since upgrading to React 16 I get this error message:
warning.js:33 Warning: Expected server HTML to contain a matching in .
In my case it was because of using PersistGate and react-loadable. if you using this libraries, you could use preloadAll instead of preloadReady
PersistGate
react-loadable