TypeScript Version: 3.2.1
Search Terms:
jsx
Code
import*asReactfrom'react';functionrender(url?: string): React.ReactNode{constTag=url? 'a' : 'button';return<Tag>test</Tag>;}Expected behavior:
Everything is ok. TypeScript 3.1.6 compiles it properly.
Actual behavior:
error: JSX element type 'Tag' does not have any construct or call signatures. [2604]
TypeScript Version: 3.2.1
Search Terms:
jsx
Code
Expected behavior:
Everything is ok. TypeScript 3.1.6 compiles it properly.
Actual behavior:
error: JSX element type 'Tag' does not have any construct or call signatures. [2604]