gaoyanbing

Results 4 issues of gaoyanbing

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-1gd8ec?file=/index.js) ### Steps to reproduce 点击加 keys 为 长度为1的数组; 点击加 keys 为长度为2的数组; 点击减 keys 还是长度为2的数组; 再点击减 keys 变为长度为1; ### What is expected? 期望增加删除能获取到最新的值 ### What...

Inactive

fix https://github.com/ant-design/ant-design/issues/49157

### Summary This PR fixes an issue where `scss/function-disallowed-list` fails to report disallowed functions when they appear inside `@return` expressions in SCSS `@function` blocks. Related issue: #1151 ### Problem The...

fix: https://github.com/ant-design/ant-design/issues/56242 ## Summary by CodeRabbit ## 发布说明 * **Bug修复** * 改进了表单列表根字段值的处理:当表单存储已有值时会被保留,只有在既无合并值也无存储值时才默认为空,避免意外重置列表数据。 * **测试** * 新增单元测试覆盖列表根字段场景,验证在嵌套字段未由父字段包裹时能正确返回列表根值。 ✏️ Tip: You can customize this high-level summary in your review settings.