Wenbo Yu
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 [](https://stackblitz.com/edit/react-ucmf8f-sumn4q?file=demo.tsx)  ### Steps to reproduce 1. enter a start time 2. enter an end time 3. click outside of...