lbry-desktop/ui/component/claimTilesDiscover
infinite-persistence b796ab3207
Fix missed render when blocklist is fetched
## Issue
7176

## Changes
Pitfalls of pausing render via React.memo:
  - We'll miss the `doClaimSearch()` since that is sparked by an `useEffect`.

Seems like we can't avoid having a redundant copy of the previously-displayed URIs.
2021-09-29 16:33:18 +08:00
..
index.js Fix missed render when blocklist is fetched 2021-09-29 16:33:18 +08:00
view.jsx Fix missed render when blocklist is fetched 2021-09-29 16:33:18 +08:00