gpt4 book ai didi

reactjs - 在我的 React 应用程序中使用 @emotion/core 时出错

转载 作者:行者123 更新时间:2023-12-04 12:16:04 26 4
gpt4 key购买 nike

Picture1请帮忙,这些错误阻止我的 react 应用程序编译。我如何解决它?
我还附上了 App.tsx 文件的图片
处理此错误的另一个建议是什么?
找不到模块“@emotion/core”的声明文件。 'c:/Users/nwoko/source/repos/QandA/QandAfrontend/frontend/node_modules/@emotion/core/dist/emotion-core.cjs.js' 隐式有一个 'any' 类型。
试试 npm i --save-dev @types/emotion__core如果存在或添加包含 declare module '@emotion/core'; 的新声明 (.d.ts) 文件ts(7016)
输入'{ child :元素[]; css: 任何; }' 不能分配给类型 'DetailedHTMLProps '。
属性 'css' 在类型 'DetailedHTMLProps '.ts(2322) 上不存在
Picture2

最佳答案

利用@sanderdebr 的建议,
我跑了npm install --save @emotion/react在将导入行更改为 import { jsx, css } from '@emotion/react' 之前并摆脱了 TypeScript 错误 TS7016
然后我添加了 "types": ["@emotion/react/types/css-prop"]在文件 tsconfig.json 中摆脱第二个 ts 错误 (2322)

关于reactjs - 在我的 React 应用程序中使用 @emotion/core 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65454498/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com