Issue with useRef and ref-forwarding #352
Unanswered
sourcebert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I've been using this library recently and encountered a potential issue regarding
useRef
and ref-forwarding support with the automatically generated React components.It seems that attempting to utilize useRef with these components doesn't work as expected. The ref-forwarding might not be supported, causing difficulties in accessing the components via
useRef
.I'm unsure whether this is a bug or a missing feature. Can anyone provide insights into whether ref-forwarding support is intended or if there's a workaround I can utilize to make
useRef
work seamlessly with the generated icon components?Any help or guidance on this matter would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions