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
When previewing a file in the collapsible tree view, my styled-components code:
styled-components
const ActionText = styled.button` ${props => props.theme.ActionText(props.theme)[props.variant]}; `;
displays like this:
const ActionText = styled.button` ___CSS_0___; `;
The text was updated successfully, but these errors were encountered:
Oh wow I noticed this today as well and never put it together that this was due to Tako. I'll check it out!
Sorry, something went wrong.
Awesome! Not sure if it is styled-components specifically cause it does seem to work with some styled-components code 🤷
This seems to have turned up in the package I'm using already react-syntax-highlighter/react-syntax-highlighter#223
I'll keep an eye on it, thanks for reporting!
Ah nice find. 🍻
quick-reactions
No branches or pull requests
When previewing a file in the collapsible tree view, my
styled-components
code:displays like this:
The text was updated successfully, but these errors were encountered: