ERROR in [at-loader] .. \ node_modules \ @types \ react \ index.d.ts: 3376: 13 TS2403: Subsequent variable declarations must be of the same type. The variable> 'a' must be of type 'DetailedHTMLProps,> HTMLAnchorElement>', but there is a type of 'DetailedHTMLProps, HTMLAnchorElement>'.
I used microsoft TypeScript React Starter and I have been using it for almost a month. But, as if today I could not. Then I will try to add typescript for myself and repeat the same error. What can I do?
source share