dt~ react-router error TS2503:找不到命名空间'HistoryModule'

Aja*_*ung 4 typescript react-router typescript-typings

我尝试使用下载React-Router typings定义typings install --save --global dt~react-router,但我的代码仍然无法编译,因为typings/globals/react-router/index.d.ts引用的HistoryModule不存在.

早些时候我被推荐使用typings --save react-router,但是虽然这包括可怕的"HistoryModule",但它缺少React Router元素通常具有的属性的其他键输入定义(缺少Route元素props的onChange属性).我需要下载其他类似的东西以使其工作吗?另外,我如何判断是否需要下载多个其他全局类型定义以使另一个定义工作,因为我不知道任何方式并且如果全局类型定义依赖于其他类型,则typings命令似乎无法理解模块.

Aja*_*ung 7

来自https://github.com/DefinitelyTyped/DefinitelyTyped/issues/9928

CLI告诉您已经剥离了引用,由用户确保它们已安装.这是因为引用不是一个适当的依赖系统. 在此输入图像描述
typings install dt~react-router/history --global