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
@ljharb definitely could, but I was trying to piggyback off the already positioned DefaultHandle, as I want to display the label right below the handles.
I wanted to display the handle value, positioned below the handle.
The easiest way to do this seemed to be pass my own
handle
that rendered children with the label. eg:Works great, except I get a propType warning, because DefaultHandle is expecting exact props:
Seems like children could safely be added to it's allowed props?
The text was updated successfully, but these errors were encountered: