Closed
Description
There's seems to be circumstances where unmounted DOM/Fibers are kept alive by React DevTools. They're kept alive in primaryFibers
:
It seems like a WeakSet would be appropriate and would remove the leak. Otherwise we'd need to understand why recordUnmount isn't called.
CC @bvaughn