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
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
I have problem with React.Children
I am doing React.Children.map(children) for this elements
Why refs from Control.text is null? Thank you for any help!
I don't see in the code you showed me where you are logging the refs. In any case, you will need to use the prop getRef={(node) => ...} on <Control.text in order to get the ref.
I have problem with
React.Children
I am doing React.Children.map(children) for this elements
Why refs from Control.text is
null
? Thank you for any help!Result
The text was updated successfully, but these errors were encountered: