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
The lib/site-roles Flux store is a legacy store which uses deprecated data patterns. It should be updated to align with our current data recommendations. Specifically, this may include implementing all or some of the following Redux state behaviors:
Reducer
Action creators
Selectors
Query components
The implementation of each of these behaviors should be accompanied by tests.
When submitting a pull request, reference this issue and update the checklist above to reflect progress.
The text was updated successfully, but these errors were encountered:
Related: #5046
The
lib/site-roles
Flux store is a legacy store which uses deprecated data patterns. It should be updated to align with our current data recommendations. Specifically, this may include implementing all or some of the following Redux state behaviors:The implementation of each of these behaviors should be accompanied by tests.
When submitting a pull request, reference this issue and update the checklist above to reflect progress.
The text was updated successfully, but these errors were encountered: