Generic react component (TSX) and intellisense not working #34110
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Fix Available
A PR has been opened for this issue
Milestone
from microsoft/vscode#82276
TypeScript Version: 3.7.0-dev.20191011
Search Terms:
Code
For a simple typescript react file:
|
in<CustomComponent<string>
Expected behavior:
Completions for
name
andisActive
returnedActual behavior:
No completions are returned.
If you add a property such as
isActive={true}
, then a completion forname
is returnedThe text was updated successfully, but these errors were encountered: