【发布时间】:2021-04-12 06:01:46
【问题描述】:
我正在使用 material-ui 与打字稿模板做出反应。我的所有代码都运行良好,但我在多行上收到此错误(不是错误警告,而是在我的代码呈现时出现红线)
Could not find a declaration file for module 'react/jsx-runtime'. 'C:/Users/dell/Desktop/Web current Projects/typescript/card/node_modules/react/jsx-runtime.js' implicitly has an 'any' type.
If the 'react' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react`ts(7016)
【问题讨论】:
-
见this问题
标签: javascript reactjs typescript material-ui