我有一个使用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 react
andyarn why react-dom
时,它会出现:https ://i.imgur.com/T7dAJoh.png https://i.imgur.com/KJDkcrh.png
任何帮助,将不胜感激!