For me I encountered this after downgrading from react19 to 18, my solution was:
specifically update @types/react dependency.
npm uninstall @types/react and npm install @types/reactAfter doing all this reopen the project in your text editor and the problem should be resolved