Skip to content

Conversation

@kiyoon
Copy link
Collaborator

@kiyoon kiyoon commented Apr 14, 2025

In React, it was using @parameter.* queries when there was already a more appropriate one called @attribute.

I also made it analogous to the HTML's selection by selecting the inner part of the string/variable with @attribute.inner.

Before: @parameter.inner

<Button variant="text">This is a button</Button>
//              ╰────╯

After: @attribute.inner

<Button variant="text">This is a button</Button>
//               ╰──╯

@kiyoon kiyoon merged commit e4a71b4 into master Apr 15, 2025
4 of 6 checks passed
@kiyoon kiyoon deleted the fix/jsx-attribute branch May 24, 2025 02:37
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.

1 participant