gpt4 book ai didi

javascript - 使用React时出现类型错误: Cannot read property 'firstChild' of undefined

转载 作者:行者123 更新时间:2023-12-03 13:00:54 30 4
gpt4 key购买 nike

有时,使用React库时,例如react-router ,我收到此错误:

Uncaught TypeError: Cannot read property 'firstChild' of undefined
/~/react-router/~/react/lib/ReactMount.js?:606

如何修复它?

最佳答案

此错误通常是由 two versions of React loaded alongside 引起的.

例如,如果您 npm install需要不同 React 版本的包并将其放入 dependencies而不是peerDependencies ,它可能会在 node_modules/<some library using React>/node_modules/react 中安装一个单独的 React .

两种不同的 React 不能很好地协同工作(至少目前如此)。

要修复它,只需删除 node_modules/<some library using React>/node_modules/react .
如果您看到一个库将 React 放入 dependencies而不是peerDependencies ,提出问题。

关于javascript - 使用React时出现类型错误: Cannot read property 'firstChild' of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27153166/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com