TS2694
error TS2694: Namespace ‘
React
‘ has no exported member ‘NonExistent
‘.
Broken Code ❌
1 |
|
Fixed Code ✔️
When trying to import a type that is missing in an external namespace, then you have to add the missing typings yourself:
1 |
|
error TS2694: Namespace ‘
React
‘ has no exported member ‘NonExistent
‘.
1 |
|
When trying to import a type that is missing in an external namespace, then you have to add the missing typings yourself:
1 |
|