Commit b6b4799
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 <timdorr@users.noreply.github.com>1 parent 4b9cece commit b6b4799
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
| |||
0 commit comments