叶枫
叶枫
### Reproduction link [](https://stackblitz.com/edit/react-jpxw83?file=demo.tsx) ### Steps to reproduce 查看 demo,阴影超出了  ### What is expected? 阴影不超过 header ### What is actually happening? 阴影超过 header 了 | Environment |...
### Reproduction link [](https://stackblitz.com/edit/react-lpp4cb?file=demo.tsx) ### Steps to reproduce 查看 demo ### What is expected? 有右间距 ### What is actually happening? 无右间距,挨在一起  | Environment | Info | |...
### Reproduction link [](https://stackblitz.com/edit/react-6aoywh-1qb1dw?file=demo.tsx) ### Steps to reproduce 点击 submit ### What is expected? 执行 onFinish ### What is actually happening? 刷新页面 | Environment | Info | |...
```tsx import axios from 'axios'; import MockAdapter from 'axios-mock-adapter'; const instance = axios.create({ adapter: config => { console.log('no run'); return axios({ ...config, adapter: undefined }); }, }); const mock =...
### Reproduction link [](https://stackblitz.com/edit/react-v71emu?file=demo.tsx) ### Steps to reproduce 点击2次切换,控制台报错 ``` Warning: Encountered two children with the same key, `xxx`. Keys should be unique so that components maintain their...

[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [x] 🆕 New feature - [ ] 🐞 Bug fix - [ ] 📝 Site / documentation improvement -...
[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [x] 🆕 New feature - [ ] 🐞 Bug fix - [ ] 📝 Site / documentation improvement -...