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
4.0.0-alpha.4
https://next.antdv.com/components/badge-cn
可在官网示例中直接查看(状态点和多彩徽标部分)
<a-badge color="#2db7f5" text="#2db7f5" /> <a-badge status="default" />
显示状态徽标圆点
仅显示文本未显示状态徽标圆点
看了下源码应该是 ignoreCount 判断时 props.count === null 但props.count未设置默认值 导致最终未添加css属性
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
4.0.0-alpha.4
Environment
4.0.0-alpha.4
Reproduction link
https://next.antdv.com/components/badge-cn
Steps to reproduce
可在官网示例中直接查看(状态点和多彩徽标部分)

What is expected?
显示状态徽标圆点
What is actually happening?
仅显示文本未显示状态徽标圆点
看了下源码应该是 ignoreCount 判断时 props.count === null 但props.count未设置默认值 导致最终未添加css属性
The text was updated successfully, but these errors were encountered: