-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctor is not a constructor #811
Comments
我是vue-cli 4 搭建的工程 |
我也遇到了相同的错误,只要引入交互的库,就报错 |
而使用React 高阶组件的方式,能避免这个问题 |
解决了吗 |
可以引用 index-all, 或者引进来再注册下 |
引入F2改成引用 import F2 from '@antv/f2/lib/index-all'
import '@antv/f2/lib/interaction/pie-select' |
醉了,官方的示例,凡是引入交互的库都是也报这个错 |
怎么引的?引 |
请问在钉钉小程序也出现这种问题了,要怎么引入这个交互的呢 |
我也是,有解决办法了吗? |
wx-f2交互的代码应该如何写?有demo么? |
3.8.7 版本,使用交互报错,这两个方法都无法解决,请问新版本是应该怎么使用?
|
3.8.X的好像都有问题,把版本降到3.7.0才可以使用 |
使用图表点击时报错了Uncaught (in promise) TypeError: Ctor is not a constructor
The text was updated successfully, but these errors were encountered: