Reactjs – TypeScript version mismatch error: TS2304 (TS) Cannot find name 'ExtendableEvent'
I am using Visual Studio 2022. I created a new React project using React and ASP.NET Core template: The code runs fine: But I see the following error: Error: TS2304 (TS) Cannot find name 'ExtendableEvent'. The error is shown on…