lbry-desktop/ui/component/router
infinite-persistence ccf0d8e163 Fix double-render of Category Pages when unauthenticated
## Scenario
`selectHasUnclaimedRefereeReward` updated --> `AppRouter` re-render --> `dynamicRoutes` regenerates (re-mounts) list of `DiscoverPage`s

## Fix
I think `selectHasUnclaimedRefereeReward` can be moved elsewhere and would solve the problem, but avoided that since I'm not familiar with rewards enough to do minimal testing.

Memoize the Category Page routes instead.
2021-12-08 13:59:33 -05:00
..
index.js Simplify makeSelectTitleForUri 2021-11-16 12:23:18 +08:00
view.jsx Fix double-render of Category Pages when unauthenticated 2021-12-08 13:59:33 -05:00