Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.0.0-alpha.4
Environment
4.0.0-alpha.4
Reproduction link
https://next.antdv.com/components/badge-cn
Steps to reproduce
<a-badge color="#2db7f5" text="#2db7f5" />
<a-badge status="default" />
What is expected?
显示状态徽标圆点
What is actually happening?
仅显示文本未显示状态徽标圆点
看了下源码应该是 ignoreCount 判断时 props.count === null 但props.count未设置默认值 导致最终未添加css属性