Skip to content
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

f2在小程序上不支持 showXTip #460

Closed
DiamondYuan opened this issue Dec 20, 2018 · 2 comments
Closed

f2在小程序上不支持 showXTip #460

DiamondYuan opened this issue Dec 20, 2018 · 2 comments

Comments

@DiamondYuan
Copy link

antvis/wx-f2#150

@simaQ simaQ closed this as completed in d037e73 Dec 20, 2018
@simaQ
Copy link
Contributor

simaQ commented Dec 20, 2018

  • 如果使用的是 f2-canvas npm 模块包,升级到 1.0.5 版本
{
  "name": "wx-f2-demo",
  "version": "1.1.0",
  "description": "wx-f2-demo",
  "license": "MIT",
  "dependencies": {
    "@antv/f2-canvas": "~1.0.5",
    "@antv/wx-f2": "~1.1.4"
  }
}
  • 如果使用的是自定义组件,将 f2 版本升级到 3.3.3

@YangLuYang
Copy link

  • 如果使用的是 f2-canvas npm 模块包,升级到 1.0.5 版本
{
  "name": "wx-f2-demo",
  "version": "1.1.0",
  "description": "wx-f2-demo",
  "license": "MIT",
  "dependencies": {
    "@antv/f2-canvas": "~1.0.5",
    "@antv/wx-f2": "~1.1.4"
  }
}
  • 如果使用的是自定义组件,将 f2 版本升级到 3.3.3

你好,使用自定义组件,将f2版本升到3.3.3后出现
Cannot read property 'createElement' of undefined;at SelectorQuery callback function TypeError: Cannot read property 'createElement' of undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants