TS4025
error TS4025: Exported variable ‘
App
‘ has or is using private name ‘FC
‘.
Broken Code ❌
1 |
|
Fixed Code ✔️
When using an external type (like FC
) you also have to make sure that it is imported:
1 |
|
error TS4025: Exported variable ‘
App
‘ has or is using private name ‘FC
‘.
1 |
|
When using an external type (like FC
) you also have to make sure that it is imported:
1 |
|