From e77796aee3ea0029ebb57f1122c30cc976a0996c Mon Sep 17 00:00:00 2001 From: Budry Date: Fri, 24 Mar 2017 21:02:41 +0100 Subject: [PATCH] StaticRouter has no any history props --- types/react-router/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-router/index.d.ts b/types/react-router/index.d.ts index 4ab0049d69..b777816b34 100644 --- a/types/react-router/index.d.ts +++ b/types/react-router/index.d.ts @@ -66,7 +66,7 @@ declare module 'react-router' { class Router extends React.Component {} - interface StaticRouterProps extends RouterProps { + interface StaticRouterProps { basename?: string; location?: string | object; context?: object;