DXD

Results 6 issues of DXD

##### Checklist - [ ] `npm test` passes - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit message follows commit guidelines...

### 🐛 bug 描述 这里的代码有问题,不应该直接使用row的数据,这样的话会绕过renderText方法 https://github.com/ant-design/pro-components/blob/master/packages/utils/src/useEditableArray/index.tsx#L424 ### 📷 复现步骤 1. 先点击edit,什么也不做,展示符合预期 ![image](https://user-images.githubusercontent.com/26563778/193309510-8f94a9f1-0d62-4d37-b212-d8120041ebc8.png) ![image](https://user-images.githubusercontent.com/26563778/193309630-97076804-cb61-4a01-9862-6b7eb0524989.png) 2. 然后点击取消还原,符合预期 3. 再点击编辑,出错了 ![image](https://user-images.githubusercontent.com/26563778/193309748-1b4bf6bf-1fca-4978-bd55-a9ec7dd50457.png) ### 🏞 期望结果 第3步应该和第1步展示的效果一致 ### 💻 复现代码 这是我的列配置,使用renderText属性来让select组件得到 string[] 类型的value ```javascript {...

⭕️ bug
table

**Description** Since `Node.elements` doesn't support `range` and `path` options, so these two test cases are no need. **Checks** - [x] The new code matches the existing patterns and styles. -...

When I use webpack 5's cache feature, it is invalid, and the warning message goes like this: ```bash [webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item 'Compilation/modules|/Users/ahungrynoob/work/web_monorepo/common/temp/node_modules/.pnpm/[email protected][email protected]/node_modules/thread-loader/dist/cjs.js!/Users/ahungrynoob/work/web_monorepo/common/temp/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/ts-loader/index.js??ruleSet[1].rules[2].use[1]!/Users/ahungrynoob/work/web_monorepo/packages/libs/webapp-live-shared/dist/modules/cashier/components/card-management/sub-auto-renew/confirm-modal/style.js': No serializer registered for TsconfigPathsPlugin...

require.resolve也用到了那些模块,但是没有算进去- -