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
ref should be attached to the most obvious component. For example, for Input to <input>, for Checkbox to <input type="checkbox">
if there is more than one "obvious" or "expected" place to add ref, there should be no ref prop, but custom ref prop for each place. For example, for Datepicker that selects a time period contains should have two refs fromRef and toRef
The idea is to have some guidelines :
This issue will be a collection of patterns that we then process and wrap into a document.
@lukahartwig @snapsnapturtle @duranmla please, bring your ideas
The text was updated successfully, but these errors were encountered: