React
I'm encountering memory leaks when using useEffect with cleanup functions in React 18. The cleanup doesn't seem to run properly in certain edge cases, particularly when components unmount during Suspense boundaries. This is causing accumulation of event listeners and timers. Anyone else seeing this?
Comments
0