You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Intellisense works on this lineconsta=<divclassName=''/>constb=<styledangerouslySetInnerHTML={{__html: `#x > * {}`}}/>// Intellisense doesn't work on this line (delete `const b = ...` and it'll start working)constc=<divclassName='flex'/>
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS IntelliSense are you using?
v0.7.7
What version of Tailwind CSS are you using?
v3.0.23
What package manager are you using?
npm
What operating system are you using?
macOS
Reproduction URL
https://github.com/TomerAberbach/tailwindcss-intellisense-repro
Describe your issue
https://github.com/TomerAberbach/tailwindcss-intellisense-repro/blob/main/index.jsx
The text was updated successfully, but these errors were encountered: