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
It seems having a quotation mark in a comment before the class name string (That's) makes TW autocomplete not trigger.
That's
Code:
import clsx from 'clsx' export function Component() { return ( <div className={clsx( // That's great! 'flex', )} /> ) }
Expected vs actual behavior:
The text was updated successfully, but these errors were encountered:
Huh. This is a fun bug 🐛
Will look into it!
Sorry, something went wrong.
1417211
This will be fixed in the next release (probably gonna be next week when its out)
thecrypticace
Successfully merging a pull request may close this issue.
It seems having a quotation mark in a comment before the class name string (
That's
) makes TW autocomplete not trigger.Code:
Expected vs actual behavior:


The text was updated successfully, but these errors were encountered: