Anton Cherniavskyi
Anton Cherniavskyi
After upgrading from `6.6.1` to `6.9.2` version I have found bugs in my application that calling `history.replace` does not replace the current url, but acting like `push`, I mean it...
Is it possible to parse [markdown horizontal rules](https://www.markdownguide.org/basic-syntax/#horizontal-rules)? There are such dividers in [QuillJS](https://quilljs.com/guides/cloning-medium-with-parchment/#dividers) and I want `***` or `---` to work correctly. But currently `---` is not supported at...
Hi, I have found that `marks` property does not work correctly when `min` is not zero. You can open demo page and adjust the `min` property of "Slider with marks"...
**Describe the bug π** This issue is somehow related to https://github.com/google-map-react/google-map-react/issues/468, but it is not a problem for me that markers are located on the same position, the problem is...
Update calculation of timezone offset. This change was caused by this issue https://github.com/iamkun/dayjs/issues/2207. The thing is that [Hermes](https://reactnative.dev/docs/hermes) in React Native doesn't fully support Intl API (https://github.com/facebook/hermes/issues/23). Let me explain....
[δΈζηζ¨‘ζΏ / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### π€ This is a ... - [ ] π New feature - [ ] π Bug fix - [ ] π Site / documentation improvement...
### What problem does this feature solve? Currently if either `Checkbox.Group` or `Radio.Group` is inside the `Form.Item` with required rule the `aria-required` attribute is passed to the children which is...
### Reproduction link [](https://codesandbox.io/p/sandbox/hopeful-sea-l72w5s) ### Steps to reproduce 1. override `controlHeight` and `fontSize` Select tokens in `ConfigProvider` 2. render `Select` component of different sizes ### What is expected?...