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
Is your feature request related to a problem? Please describe.
When directing the role from the state to the props of a components, we use selectors for pretty much all information except the auth role, which we reference directly.
Describe the solution you'd like
Sticking to the selector pattern for working with Redux state might make future things easier in the case that we start seeing more information derived from the state.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When directing the role from the state to the props of a components, we use selectors for pretty much all information except the auth role, which we reference directly.
Describe the solution you'd like
Sticking to the selector pattern for working with Redux state might make future things easier in the case that we start seeing more information derived from the state.
The text was updated successfully, but these errors were encountered: