Uncaught TypeError: Cannot read property ‘forEach‘ of undefined React相关报错原因

运行React框架时,浏览器报错
Uncaught TypeError: Cannot read property ‘forEach’ of undefined

可能是谷歌浏览器插件开启的原因,如图:Uncaught TypeError: Cannot read property ‘forEach‘ of undefined React相关报错原因

在这里插入图片描述

关闭该插件,重新刷新页面即可!
Uncaught TypeError: Cannot read property ‘forEach‘ of undefined React相关报错原因