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
Language injection not applied to the following code:
const StyledIcon = styled(Icon)` height: 24px; width: 24px; ` const FilterIcon = StyledIcon.extend.attrs({ iconName: 'filter' })` line-height: 0; margin-right: 1rem; `
I have several instances of this not working in my code. I am using version 1.0.4 of the plugin and everything else seems to be working properly.
The text was updated successfully, but these errors were encountered:
Reproduced this on latest plugin version. @undeadcat fyi
Sorry, something went wrong.
cc63aa9
No branches or pull requests
Language injection not applied to the following code:
I have several instances of this not working in my code. I am using version 1.0.4 of the plugin and everything else seems to be working properly.
The text was updated successfully, but these errors were encountered: