You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Free resources (free detached nodes from memory) (#1380)
* Free resources (free detached nodes from memory)
Found an issue when using virtualized list (https://github.com/bvaughn/react-virtualized), where unmounted react components (connected to store using connect) were not collected by the garbage collector.
I'm not sure what is the exact explanation here, but it solved my problem.
* Fix lint issue
* Fix lint issue
* Update src/components/connectAdvanced.js
Remove comment
Co-Authored-By: Tim Dorr <[email protected]>
0 commit comments