Getting a flood of TS2717 Typescript errors when running your application?
Deleting the @types-package mentioned in the logs from the node-modules/@types folder and upgrading it again using yarn should solve the problem.
@types/react-redux is complaining about subsequent property declarations (see logs below).