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(components): fix incorrect usage of useid #6491

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

gribnoysup
Copy link
Collaborator

The useId hook automatically generates an id when one is not provided, so when a constant value is passed, it does nothing. Also in one case id was not passed correctly at all (as shown by the tests using a meaningless label when selecting an element). This patch fixes both of those issues

@gribnoysup gribnoysup added no release notes Fix or feature not for release notes no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) labels Nov 14, 2024
@gribnoysup gribnoysup merged commit 9908bb9 into main Nov 14, 2024
23 of 29 checks passed
@gribnoysup gribnoysup deleted the fix-incorrect-usage-of-use-id branch November 14, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix no release notes Fix or feature not for release notes no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants