reacttypescript(2312,14):重复标识符'LibraryManagedAttributes'

IT技术 reactjs typescript
2022-07-18 01:19:01

我有一个使用typescript的react项目,但最近,在我做了一个yarn upgrade它停止工作之后,出现了这个错误:node_modules/@types/react/index.d.ts (2312,14): Duplicate identifier 'LibraryManagedAttributes'.

我的 tsconfig.json 看起来像这样:https ://hastebin.com/govenilayi.json 我的 pkg.json 看起来像这样: https : //hastebin.com/ixezizifec.json

当我运行yarn why reactandyarn why react-dom时,它会出现:https ://i.imgur.com/T7dAJoh.png https://i.imgur.com/KJDkcrh.png

任何帮助,将不胜感激!

0个回答
没有发现任何回复~