You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Issues to see if this bug has already been reported
I have tested the latest version
Summary
Composable components should be wrapped with forwardRef to allow users ref.
Context
Some components are not wrapped with forwardRef, which makes it impossible to pass a ref to them, like Table.Row. It would probably be beneficial to make an overall review and wrap all components that are exposed with a forwardRef
The text was updated successfully, but these errors were encountered:
Summary
Composable components should be wrapped with
forwardRef
to allow users ref.Context
Some components are not wrapped with
forwardRef
, which makes it impossible to pass a ref to them, likeTable.Row
. It would probably be beneficial to make an overall review and wrap all components that are exposed with aforwardRef
The text was updated successfully, but these errors were encountered: