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
It should be noted that it's not allowed to pass ref down through a proxy component. You could circumvent this by using a custom 'xref' prop that is manually bound to the underlying component's ref.
It should be noted that it's not allowed to pass
ref
down through a proxy component. You could circumvent this by using a custom 'xref' prop that is manually bound to the underlying component'sref
.I'm using the proxy component pattern extensively in react-isomorphic-form.
Related discussion: facebook/react#4213
The text was updated successfully, but these errors were encountered: