搜索关键词
类型错误 @mui/utiles
最新版本
- 我已测试了最新版本
重现步骤
链接到实时示例:(必需)
步骤:
- 使用严格的包管理器(例如,pnpm或Yarn PnP)启动一个TypeScript项目,并将
skipLibCheck
设置为false
当前行为
类型错误:
Error: ./node_modules/@mui/utils/appendOwnerState/appendOwnerState.d.ts(2,26): error TS2307: Cannot find module '@mui/types' or its corresponding type declarations.
Error: ./node_modules/@mui/utils/mergeSlotProps/mergeSlotProps.d.ts(3,26): error TS2307: Cannot find module '@mui/types' or its corresponding type declarations.
Error: ./node_modules/@mui/utils/useSlotProps/useSlotProps.d.ts(33,253): error TS2307: Cannot find module '@mui/types' or its corresponding type declarations.
这是由于@mui/utils
引用了@mui/types
,但没有对其进行依赖。
预期行为
无类型错误
上下文
- 无响应*
您的环境
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
1条答案
按热度按时间3hvapo4f1#
从#42907回归,我猜。