From de6741f886178d8f9b4af6e109838642aebda1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Tegelund?= Date: Wed, 7 Feb 2018 17:09:23 +0900 Subject: [PATCH] Fix typo in withRouter (#3723) --- lib/router/with-router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/router/with-router.js b/lib/router/with-router.js index 1bca3f9d..91fceca8 100644 --- a/lib/router/with-router.js +++ b/lib/router/with-router.js @@ -11,7 +11,7 @@ export default function withRouter (ComposedComponent) { router: PropTypes.object } - static displayName = `withRoute(${displayName})` + static displayName = `withRouter(${displayName})` render () { const props = {