lbry-desktop/ui/redux
infinite-persistence ad5af98417
makeSelectOthersReactionsForComment: fix memoization
`selectState` will always change we when update the state in the reducer, regardless of which field (sub-state) was updated. So, it shouldn't be used as the input for `createSelector`.
2021-10-05 15:53:18 +08:00
..
actions List own comments (#7171) 2021-10-01 08:10:27 -04:00
reducers List own comments (#7171) 2021-10-01 08:10:27 -04:00
selectors makeSelectOthersReactionsForComment: fix memoization 2021-10-05 15:53:18 +08:00