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
vscode setting should be "editor.autoClosingQuotes": "languageDefined"
when the setting is "always", it close the quotes. So maybe this is typescript issue.
This is not happened when code is
<Tablesize=|/>
Expected behavior: <Table size=''/>
Actual behavior: <Table size='/>
Playground Link: playground doesn't close quote in tag attribute.