React 16: Warning: Expected server HTML to contain a matching
in <body>

前端 未结 8 2260
太阳男子
太阳男子 2020-12-17 08:37

Since upgrading to React 16 I get this error message:

warning.js:33 Warning: Expected server HTML to contain a matching

in .

8条回答
  •  时光取名叫无心
    2020-12-17 09:13

    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.

提交回复
热议问题