Jason Murad
Results
2
comments of
Jason Murad
I think we have narrowed down where the leak is. Our project has 198 test suites and we see large increase for each one with `node --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage`....
Same here. I started looking into it and I think what's happening is the `getItem()` Promise on app load rejects with an error. That error is passed to the `REHYDRATE`...