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;