Mobile-SDK
Mobile-SDK copied to clipboard
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.63.0
- OS Version: Ubuntu 20.04.1
Steps to Reproduce:
- Create a functional React component
- Inside the element's return create a React Fragment
- Inside the fragment's scope type "<" and start typing a html element name until intellisense suggests some. Type tab or enter. Instead of "button" for example, it will place "button={}"
Originally posted by @ericsj in https://github.com/microsoft/TypeScript/issues/47090