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 is easy to increase the mental burden by specifying the handle through the selector. I need to always pay attention that there is no duplicate name in these selectors. In React, Ref is very flexible and convenient. If it can support specifying handle through Ref, it must be very cool.
The text was updated successfully, but these errors were encountered:
Docs aren't updated fully yet, but you can pass an array of HTMLElement/ Refs as well. Passing an HTML element or Ref, or mixing and matching inside the array, all of it works
It is easy to increase the mental burden by specifying the handle through the selector. I need to always pay attention that there is no duplicate name in these selectors. In React, Ref is very flexible and convenient. If it can support specifying handle through Ref, it must be very cool.
The text was updated successfully, but these errors were encountered: