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;