We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related: #5046
The lib/sharing-buttons-list emitter object 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:
lib/sharing-buttons-list
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:
Actions and action creators
7dbf14a
See #7928.
kwight
obenland
Successfully merging a pull request may close this issue.
Related: #5046
The
lib/sharing-buttons-list
emitter object 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: