We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
antvis/wx-f2#150
The text was updated successfully, but these errors were encountered:
d037e73
{ "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" } }
Sorry, something went wrong.
如果使用的是 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
Cannot read property 'createElement' of undefined;at SelectorQuery callback function TypeError: Cannot read property 'createElement' of undefined
No branches or pull requests
antvis/wx-f2#150
The text was updated successfully, but these errors were encountered: