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 Apr 29, 2021. It is now read-only.
A softer version of
findWithRefwould be beneficial when, e.g., hiding components:With
<Foo show={false} />the span will be hidden sosoftFindWithRef(component, 'bar')would return e.g.,undefinedinstead of throwing error