Error TS2403 on every typescript -react project

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?

+5
source share

Source: https://habr.com/ru/post/1270196/


All Articles