For me it was resolved by updating both React and ReactDOM along with their type defs to the latest versions:
npm install react@latest react-dom@latest npm install @types/react@latest @types/react-dom@latest