Skip to content

Make sure all composable components are wrapped with forwardRef #945

@nigellima

Description

@nigellima
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions