React:Target container is not a DOM element

前端之家收集整理的这篇文章主要介绍了React:Target container is not a DOM element前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

照着

http://www.css88.com/react/docs/thinking-in-react.html

码了代码,保存文件,浏览器刷新后提示

Target container is not a DOM element

搜索得知“就是一个找不到DOM节点的问题,用jQuery的domReady或者直接把js文件放到页面最后就好了。”

奇怪啊,此前按教程来,一切正常呢!

想想此处html中的div id 为 container

之前的div id为 root

尝试更改container为root,错误消失。

猜你在找的React相关文章