From b6ee59eb912823c320a87d7e5c77cf7319db76ed Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 17 Oct 2018 16:00:33 +0200 Subject: [PATCH] fix: missing change --- src/core/client/ui/hocs/withMouseHover.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/client/ui/hocs/withMouseHover.tsx b/src/core/client/ui/hocs/withMouseHover.tsx index 8172012f0..a8f7efa59 100644 --- a/src/core/client/ui/hocs/withMouseHover.tsx +++ b/src/core/client/ui/hocs/withMouseHover.tsx @@ -63,7 +63,4 @@ const withMouseHover = hoistStatics( } ); -// TODO: workaround, add bug link. -export default withMouseHover as

>( - BaseComponent: React.ComponentType

-) => React.ComponentType

; +export default withMouseHover;