Skip to content
New issue

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

Fix args_grouping to handle "id" in the id #2087

Merged
merged 6 commits into from
Jun 13, 2022

Conversation

AnnMarieW
Copy link
Collaborator

@AnnMarieW AnnMarieW commented Jun 9, 2022

fixes #2086 where using id as a key within a component's id breaks the new callback context's args_grouping function.

Contributor Checklist

  • I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR
  • I have added entry in the CHANGELOG.md

@AnnMarieW AnnMarieW requested a review from alexcjohnson as a code owner June 9, 2022 16:55
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it! 💃

FYI re: args_grouping_values - normally not a good idea to remove a feature outside of a major version, but (a) it was never documented, (b) this was partially broken, (c) it was only added in 2.4 so hasn't been available for long, and (d) Google is unaware of any mentions of it outside of the source code in which it was defined. So I think this is OK.

@alexcjohnson alexcjohnson merged commit 2830cc2 into plotly:dev Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Use of "id" in Pattern Matching Callbacks breaks args_grouping
2 participants