Wenbo Yu

Results 2 issues of Wenbo Yu

Problem: We noticed memory leak with `require` cache when using `mockery.enable({useCleanCache: true})`. `disalbe()` doesn't clean up the cache completely. Solution: Remove module references from `m._cache` as well as the module's...

### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-ucmf8f-sumn4q?file=demo.tsx) ![Kapture 2024-05-13 at 13 30 34](https://github.com/ant-design/ant-design/assets/24713139/796f74d7-3122-41aa-a4fd-a2843264116b) ### Steps to reproduce 1. enter a start time 2. enter an end time 3. click outside of...

🐛 Bug
Inactive