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
The text was updated successfully, but these errors were encountered:
按照官网配置tsconfig如下: { "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "@antv/f2" } } 后,react组件无法识别,会在ts中提示错误。
如果去掉jsxImportSource配置,则antv中组件例如:group,text等,无法在ts中识别。 提示错误: “类型“JSX.IntrinsicElements”上不存在属性“group”
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: