web-mode
web-mode copied to clipboard
Indentation error for JSX fragment
There is an error in indentation:
function App() {
return (
<>
<a href="https://example.com">
<img/>
</a>
<div>
</div>
</>
);
}
The <div>
is not indented the same as <a>
and closing fragment is not in color: