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
I figured it out. It has to do with how prettier handles whitespace in HTML code. You can set htmlWhitespaceSensitivity to ignore and that'll make it format better. It does some other weird things then, and I'm not sure if it'll cause rendering errors, but I think that's the root of the problem.
the linter put
<>
on the wrong line, making it confusing to read/look wrong. We should play around with formatting.The text was updated successfully, but these errors were encountered: