TypeScript error: Duplicate identifier 'LibraryManagedAttributes'

前端 未结 3 524
Happy的楠姐
Happy的楠姐 2021-01-13 20:23

Failed to compile.

/moonholdings.io/node_modules/@types/react-dom/node_modules/@types/react/index.d.ts (2312,14): Duplicate identifier \'LibraryManagedAt

3条回答
  •  鱼传尺愫
    2021-01-13 20:42

    I had the same error. I upgraded @types/react and @types/react-dom to their latest versions in package.json and it fixed my error.

    Not sure why @types/react-dom is defined in your devDependencies instead of your dependencies, that might fix it as well...

提交回复
热议问题