react-0.14.0.js:18745 Warning: render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render.頁(yè)面是能正常渲染出來(lái),但是為什么會(huì)出現(xiàn)這個(gè)錯(cuò)誤?
2 回答

大話(huà)西游666
TA貢獻(xiàn)1817條經(jīng)驗(yàn) 獲得超14個(gè)贊
這個(gè)警告是在說(shuō)你在重新渲染react組件中的子組件或者節(jié)點(diǎn)的時(shí)候原來(lái)的根節(jié)點(diǎn)被替換掉了,類(lèi)似于你將
ReactDom.render(<App />, document.getElementById('a')
App
中的 children
發(fā)生了變化,這個(gè)時(shí)候你可能又調(diào)用了 ReactDOM.render
方法,查看你自己的代碼確認(rèn)下
- 2 回答
- 0 關(guān)注
- 972 瀏覽
慕課專(zhuān)欄
更多
添加回答
舉報(bào)
0/150
提交
取消