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
Create project with React 17 v. and TypeScript 4.1.
When you try use new feature of React 17 (JSX without importing React by default), and you wanna import your own/lib JSX element, VScode suggest you import React first, and then your own/lib JSX component.
On screenshot I try import only Navlink without React, because I don't need React to compile. But VScode suggest only React without Navlink.
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
On screenshot I try import only Navlink without React, because I don't need React to compile. But VScode suggest only React without Navlink.
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: