You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SharingScreen: Put share-to tabs behind useHaveServerDataGate
There are a few things wrong with the code before this change:
- The share-to tabs need more than the guarantee of a logged-in
user. They depend on server data like `realm.mandatoryTopics`.
- Rendering `null` over the whole screen is likely to give an
unpleasant white flicker.
- The "server data gate" encapsulates some subtle logic around when
we use `connect` vs. `useSelector`, and in principle we want that
to apply here.
0 commit comments