QiuShuiBai
QiuShuiBai
fix this [issues#37352](https://github.com/ant-design/ant-design/issues/37352) Reason: - when `form.resetFields` is called, the `refresh` method of the `field` component is triggered, which changes the `resetCount`.([code](https://github.com/react-component/field-form/blob/master/src/Field.tsx#L218-L220)) - `resetCount` is used as the `key` of...
### Describe the bug [bug demo](https://cssnano.github.io/cssnano/playground/#eyJpbnB1dCI6Ii5hIHsgd2lkdGg6IDEwMHB4OyB9XG4uYiB7IHdpZHRoOiAxMHB4OyB9XG4uYSB7IGhlaWdodDogMjAwcHg7IH0iLCJjb25maWciOiJjc3NuYW5vLXByZXNldC1kZWZhdWx0In0=) Why didn't cssnano merge the class name "a" ? write ```css .a { width: 100px; } .b { width: 10px; } .a { height:...
fix this [issues](https://github.com/ant-design/ant-design/issues/48748)
Just like this 