node_modules/@types/react-router/node_modules/@types/react/index.d.ts(3935,13):

1,375 阅读1分钟

安装react-router-dom之后,yarn start各种报错。如下类似问题所示

node_modules/@types/react-router/node_modules/@types/react/index.d.ts(3935,13): error TS2717: Subsequent property declarations must have the same type. Property 'view' must be of type 'SVGProps', but here has type 'SVGProps'. node_modules/@types/react/index.d.ts(2221,19): error TS2320: Interface 'Element' cannot simultaneously extend types 'ReactElement' and 'ReactElement'. Named property 'type' of types 'ReactElement' and 'ReactElement' are not identical.

解决

github.com/DefinitelyT…

我试删yarn.lock没用,npm install之后就好了