【发布时间】:2017-02-15 22:43:24
【问题描述】:
我在处理演示 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:bundle 现在有效。
我不知道这是怎么回事。有谁知道我的问题可能是什么?谢谢!
【问题讨论】:
-
404 Page not found...所以这个问题没用。
-
404 Page not found in the original code :(
标签: reactjs typescript