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

feat: Remove testid from AsComponent since it's passed in args #593

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

KamilLelonek
Copy link
Contributor

This fixes an issue when a parent component provides arguments as:

      attrs={
        "data-testid": @testid
      }

and it's being overridden by data-testid={@testid} inside the component itself:

@KamilLelonek KamilLelonek force-pushed the fix/remove-test-id-from-as-component branch from bfa8cc4 to 14312ac Compare March 31, 2023 12:01
@KamilLelonek KamilLelonek requested a review from phgrey March 31, 2023 12:02
@KamilLelonek KamilLelonek changed the title Remove testid from AsComponent since it's passed in args feat: Remove testid from AsComponent since it's passed in args Mar 31, 2023
@KamilLelonek KamilLelonek merged commit 983f4fb into main Mar 31, 2023
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.

2 participants