diff --git a/packages/compose/src/with-global-events/index.js b/packages/compose/src/with-global-events/index.js index f9d2c8b194756d..f00f222a2d2beb 100644 --- a/packages/compose/src/with-global-events/index.js +++ b/packages/compose/src/with-global-events/index.js @@ -61,12 +61,12 @@ function withGlobalEvents( eventTypesToHandlers ) { } render() { - return ; + return ; } } return forwardRef( ( props, ref ) => { - return ; + return ; } ); }, 'withGlobalEvents' ); }