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
What build tool (or framework if it abstracts the build tool) are you using?
vite 3.1.8
What version of Node.js are you using?
v16.17.0
What browser are you using?
Chrome, Safari, or N/A
What operating system are you using?
Windows
Describe your issue
Autocomplete of css class not working in WebStorm (any files).
Embed language server not started with error: TypeError: Cannot read properties of undefined (reading 'modifier')\n at api.addVariant (c:\\app\\node_modules\\tailwindcss\\lib\\lib\\setupContextUtils.js:578:40)\n at c:\\app\\node_modules\\tailwindcss\\lib\\lib\\setupContextUtils.js:538:38\n
The text was updated successfully, but these errors were encountered:
ttkoma
added a commit
to ttkoma/tailwindcss
that referenced
this issue
Oct 25, 2022
* fix#9655
* update changelog
* add test for making sure calling variantFn doesn't crash
* make it behave as-if modifiers didn't exist
Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
What version of Tailwind CSS are you using?
v3.2.1
What build tool (or framework if it abstracts the build tool) are you using?
vite 3.1.8
What version of Node.js are you using?
v16.17.0
What browser are you using?
Chrome, Safari, or N/A
What operating system are you using?
Windows
Describe your issue
Autocomplete of css class not working in WebStorm (any files).
Embed language server not started with error:
TypeError: Cannot read properties of undefined (reading 'modifier')\n at api.addVariant (c:\\app\\node_modules\\tailwindcss\\lib\\lib\\setupContextUtils.js:578:40)\n at c:\\app\\node_modules\\tailwindcss\\lib\\lib\\setupContextUtils.js:538:38\n
The text was updated successfully, but these errors were encountered: