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
Using prettier-plugin-classnames will lead to newlines being inserted into class="". This is valid HTML as far as I know, but Astro won't allow it and throws a Unterminated string literal.