【发布时间】:2020-12-17 11:32:54
【问题描述】:
我正在尝试使用 react-router-dom 和 Typescript。
我已经安装了@types/react-router-dom。
但我在渲染的组件中找不到routeProps:history、match 和location。
我的意思是,我知道它们存在,但 Typescript 不知道它们。
这就是我渲染这条路线的方式:
我看到here 和here 你应该安装@types/react-router。它是否正确?这可能是我在路由渲染组件中没有看到routeProps 的原因吗?
更新:
我已经安装了@types/react-router,但仍然无法从渲染组件访问这些道具。
【问题讨论】:
标签: reactjs typescript react-router react-router-dom