Everytime i wrote code like this it makes my vscode lag.
<code><button type="button" onClick={() =>}>Click me</button>
</code>
<code><button type="button" onClick={() =>}>Click me</button>
</code>
<button type="button" onClick={() =>}>Click me</button>
I was always stuck or lag after the greater than key. Any solution? I’m thinking the prettier is the problem