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
#1677 会尝试获取 DOM 容器的 offsetWidth/Height,但 SVGElement 上没有这个属性导致计算结果返回 NaN:
下图为 @antv/component 下的报错:
@antv/component
The text was updated successfully, but these errors were encountered:
fix: make sure offset widht & height existed #1683
1cabc6a
fix: make sure offset widht & height existed (#1684)
5dfc52e
* fix: make sure offset widht & height existed #1683 * chore: commit changeset
Release (#1686)
4c60621
* fix: make sure offset widht & height existed (#1684) * fix: make sure offset widht & height existed #1683 * chore: commit changeset * chore(release): bump version (#1685) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
xiaoiver
No branches or pull requests
#1677 会尝试获取 DOM 容器的 offsetWidth/Height,但 SVGElement 上没有这个属性导致计算结果返回 NaN:
下图为
@antv/component
下的报错:The text was updated successfully, but these errors were encountered: