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
createElement does not forward the ref applied to its wrapped component.
for example say I have a page component with a form component, and I want to attach a ref to the form from the page to control focus on inputs. wrapping the form component with withLocalization breaks that ref.
I'm not sure if there's a way to use cloneElement instead, as this forwards refs?