koot icon indicating copy to clipboard operation
koot copied to clipboard

服务端同构提示错误:Warning: Did not expect server HTML to contain a <div> in <div>.

Open zrain opened this issue 6 years ago • 3 comments

image root-> div -> app 多了一层神奇的 div 结构

zrain avatar Oct 12 '18 07:10 zrain

已解决多余根层 <div> ,但该问题仍然存在

Diablohu avatar Dec 01 '18 16:12 Diablohu

问题原因:.ejs 模板中 <%- inject.react %> 前后有空白或空行 解决方案:处理模板时使用正则进行替换

Diablohu avatar Mar 05 '19 06:03 Diablohu

深层原因: React hydrate 时,如果有代码拆分的组件,会触发该问题。目前我们的代码拆分多半使用 react-router v3 的 getComponent 写法自动实现。待日后升级 react-router 至新版时重新审视该问题

ref: #7

Diablohu avatar Apr 11 '19 06:04 Diablohu