我在处理演示 React 项目时遇到问题。大多数问题源于我试图在他们使用 Javascript 的 Typescript 中实现它。这个要点是我的 app.tsx 文件。
https://gist.github.com/jjuel/59eed01cccca0a7b4f486181f2a14c6c
当我运行它时,我收到与界面有关的错误。
./app/app.tsx (38,17) 中的错误:错误 TS2324:在类型“IntrinsicAttributes & IntrinsicClassAttributes & AppProps & { children?: ReactElement |...”中缺少属性“humans”。
./app/app.tsx (38,17) 中的错误:错误 TS2324:“IntrinsicAttributes & IntrinsicClassAttributes & AppProps & { children?: ReactElement |...”类型中缺少属性“stores”。webpack:捆绑现在有效。
我不知道这是怎么回事。有谁知道我的问题可能是什么?谢谢!