Version "typescript": "^3.9.5" "@types/react": "^16.9.36", Property 'FC' does not exist on type 'typeof React I'm all out of ideas.
In .tsx files that contain react, I am continually getting the errors:
Property 'FC' does not exist on type 'typeof React'.
and
I get this in every .tsx file that contains react.
I know it has to be some combination of my Visual Studio configuration and the project config.
Anyone have any ideas for what to check that would only affect some workstations? I can provide as much as I can without giving away company info.