TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead
// tsconfig.json { "compilerOptions": { ... "jsx": "react-jsx" ... }, }