tailwindcss-intellisense icon indicating copy to clipboard operation
tailwindcss-intellisense copied to clipboard

TypeError: Cannot read properties of null (reading 'getClassList')

Open alexander-doroshko opened this issue 7 months ago • 0 comments

I tried JetBrains Tailwind CSS plugin with the just released @tailwindcss/language-server version 0.0.18. It works fine with the tailwindcss package versions 3.4.4 and 4.0.0-alpha.16. But with the latest insiders version 0.0.0-insiders.0de1f0c I'm getting an error:

TypeError: Cannot read properties of null (reading 'getClassList')
at b (tailwindcss-language-server:2918:15469)
at async A (tailwindcss-language-server:2918:8248)
at async Object.$ [as tryInit] (tailwindcss-language-server:2918:8133)
at async rv._initFolder (tailwindcss-language-server:2920:21855)
at async Promise.allSettled (index 0)
at async rv._init (tailwindcss-language-server:2920:16960)
at async rv.init (tailwindcss-language-server:2920:16386)

alexander-doroshko avatar Jun 25 '24 19:06 alexander-doroshko