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 can see a few posts raised here about innerRef vs inputRef, but in my experience neither of those seem to exist. Is there an issue with my code, or does the component not actually expose any ref?
I can see a few posts raised here about innerRef vs inputRef, but in my experience neither of those seem to exist. Is there an issue with my code, or does the component not actually expose any ref?
I've tried:
<AutosizeInput
<AutosizeInput
innerRef={ref => this.inputRef = ref} />inputRef={ref => this.inputRef = ref} />
Both times, this.inputRef is undefined.
The text was updated successfully, but these errors were encountered: