I need to be able to pass a reference via props to components. Example: <Grid { ...props } ref={forwardedRef} >{children}</Grid>
I need to be able to pass a reference via props to components.
Example: <Grid { ...props } ref={forwardedRef} >{children}