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 has been archived by the owner on Sep 25, 2019. It is now read-only.
If a component is rendered virtually, refs don't work. (i.e. for ref={ x }, x is never assigned). We need to update the virtualRender method to call the ref attribute function with the instance, when it's constructed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a component is rendered virtually, refs don't work. (i.e. for
ref={ x }
,x
is never assigned). We need to update the virtualRender method to call theref
attribute function with the instance, when it's constructed.The text was updated successfully, but these errors were encountered: