//Adding @types/react to resolutions in package.json fixed it: "resolutions": { "@types/react": "17.0.43" }
// remove your package.lock.json and node_modules, install again "@types/react": "*", "@types/react-dom": "*",