Some components don't forward refs #276
Labels
bug
Something isn't working
hacktoberfest
Issues dedicated for the annual annual Hacktoberfest open source festival.
package:react
Issues/PRs related to the `@oxygen-ui/react` package.
Describe the issue:
There are some components that doesn't properly follow the composition guideline of MUI.
ref
should be properly forwarded for the components to work in cases where the consumer tries to use refs.How to reproduce:
Accordion
etc. whereref
is not forwarded.Expected behavior:
Wrapped components should pass refs.
Additional context :
The text was updated successfully, but these errors were encountered: