Commit 6725400
Remove unused
* Remove unused `latestStoreState` field
1. This field doesn't actually affect anything: `action.payload` is always a fresh object anyway
2. Having reference to some arbitrary state from the past (namely, the one that triggered the last update for given component) leads to huge memory leaks if the state object is large and there are lots of connected components.
* Revert redundant changelatestStoreState field (#1426)1 parent 388d9e4 commit 6725400
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | 353 | | |
355 | 354 | | |
356 | 355 | | |
| |||
0 commit comments