We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In JSX V3, the key type was optional. So, this expression was possible:
let key = Some("k") <C ?key />
But, JSX v4 throws a type error.
this type is option<string> , expected string