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....