在开发环境,使用到react-devtools来方便查看react dom,按github上react-devtools项目中下载的v3分支代码,一顿操作后运行项目,发现控制台报了react-refresh-runtime.development.js:465 Uncaught TypeError: Cannot read property 'forEach' of undefined"
react-devtools版本的问题。现在我使用脚手架创建的react项目版本是^18.3.1,那么,就不应该使用react-devtools的v3版本,应该使用v4以上的版本