lbry-desktop/ui/component/livestreamLink
infinite-persistence a9a2270ae9 LivestreamLink: fix flicker when a child updates
## Ticket
1358 - flicker on livestream tile when viewers updates

## Change
Defining the component that way results in unique Card wrapper on each resolve, so everything gets torn down and re-mounted, causing the flicker.

There is a css side-effect though: the tags changed from red to black. But tags are inconsistent through the app ... sometimes black, sometimes red (I think it should always be red + smaller font from the body).
2022-04-21 10:31:31 -04:00
..
index.js Skip connect until it is needed. 2021-12-23 00:04:12 -08:00
view.jsx LivestreamLink: fix flicker when a child updates 2022-04-21 10:31:31 -04:00