diff --git a/src/Flex/Flex.js b/src/Flex/Flex.js
index db9b1dc..8969c26 100644
--- a/src/Flex/Flex.js
+++ b/src/Flex/Flex.js
@@ -20,7 +20,7 @@ const BaseFlex = createComponent({
/** Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary.
*/
-const Flex = props => ;
+const Flex = React.forwardRef((props, ref) => );
Flex.displayName = 'Flex';