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/embeds 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:
This issue has been marked as stale because it hasn't been updated in a while. It will be closed in a week.
If you would like it to remain open, can you please you comment below and see what you can do to get things moving with this issue?
Thanks! 🙏
Related: #5046
The
lib/embeds
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: