undefined is not a function(evaluating '_iterator[typeof Symbol === "function"?Symbol.iterator:"@@iterator"]()')
iOS没问题 安卓报错
import 'core-js/es6/symbol';
import 'core-js/fn/symbol/iterator';
在index.js中添加上述代码正常
undefined is not a function(evaluating '_iterator[typeof Symbol === "function"?Symbol.iterator:"@@iterator"]()')
iOS没问题 安卓报错
import 'core-js/es6/symbol';
import 'core-js/fn/symbol/iterator';
在index.js中添加上述代码正常
本文标题:Symbol.iterator:"@@iterator"]错误
本文链接:https://www.haomeiwen.com/subject/rczopxtx.html
网友评论