xioxin / taro-f2

Taro多端F2图表
107 stars 21 forks source link

taro-f2最近怎么了,怎么都编译不成功 #39

Open Duanruilong opened 4 years ago

Duanruilong commented 4 years ago

换了不同项目环境还是编译不成功

JavaScript 环境下

` 配置环境:

"dependencies": { "@tarojs/components": "2.0.1", "@tarojs/components-qa": "2.0.1", "@tarojs/router": "2.0.1", "@tarojs/taro": "2.0.1", "@tarojs/taro-alipay": "2.0.1", "@tarojs/taro-h5": "2.0.1", "@tarojs/taro-qq": "2.0.1", "@tarojs/taro-quickapp": "2.0.1", "@tarojs/taro-rn": "2.0.1", "@tarojs/taro-swan": "2.0.1", "@tarojs/taro-tt": "2.0.1", "@tarojs/taro-weapp": "2.0.1", "nerv-devtools": "^1.5.5", "nervjs": "^1.5.5", "@antv/f2": "^3.5.0", "taro-f2": "^2.2.0" },

`

报错:

source.removeEventListener is not a function

image

Typescript环境下

` 配置环境:

"dependencies": { "@antv/f2": "^3.4.0", "@tarojs/async-await": "^1.3.11", "@tarojs/components": "1.3.5", "@tarojs/redux": "^1.3.11", "@tarojs/redux-h5": "^1.3.10", "@tarojs/router": "1.3.5", "@tarojs/taro": "1.3.5", "@tarojs/taro-alipay": "1.3.5", "@tarojs/taro-h5": "1.3.5", "@tarojs/taro-swan": "1.3.5", "@tarojs/taro-tt": "1.3.5", "@tarojs/taro-weapp": "^1.3.5", "dva-core": "^1.4.0", "dva-loading": "^3.0.12", "nerv-devtools": "^1.4.0", "nervjs": "^1.4.0", "redux": "^4.0.4", "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0", "taro-f2": "^2.1.2", "taro-skeleton": "^1.0.10", "taro-ui": "^2.2.3",

}, `

报错:

source.removeEventListener is not a function

image

Duanruilong commented 4 years ago

@xioxin 有时间帮忙看看