TypeError: Cannot read property 'map' of undefined
我在慕课网上跟着视频学习使用taro制作美团外卖的首页,代码核对了也没错,为什么出现iconfont.js:10 Uncaught TypeError: Cannot read property 'getAttribute' of undefined
这个问题该怎么解决,我搜了下百度,也没查出什么,是不是因为有使用map函数?
希望大家帮忙看看,还是新手,啥也不懂
这个错是因为引用了插件 transform-class-properties , 但是node__modules 中 又没安装, 才会报这个错.