加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ERROR-2:React

发布时间:2020-12-15 04:44:31 所属栏目:百科 来源:网络整理
导读:「版本」React0.142 「环境」chrome浏览器报错: 「信息」Warning: render(): Rendering components directly into document.body is discouraged,since its children are often manipulated by third-party scripts and browser extensions. This may lead t

「版本」React0.142

「环境」chrome浏览器报错:

「信息」Warning: render(): Rendering components directly into document.body is discouraged,since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.

解决办法:

「原因」这个错误是在创建ReactDOM.render()时,放置的容器使用了document.body || document.getElementsByTagName('body')[0]等引起的错误,这样写会把第三方其他js给覆盖掉。

「解决」避免使用body作为容器,使用其他标签作为容器,即可解决。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读