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
Some UI frameworks, such as Solidjs and Preact, use the class attribute to follow the DOM specification. classy.nvim currently adds className if the file is written in jsx/tsx syntax, which needs to be fixed.
Some UI frameworks, such as Solidjs and Preact, use the
classattribute to follow the DOM specification.classy.nvimcurrently addsclassNameif the file is written in jsx/tsx syntax, which needs to be fixed.