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
popoverDidOpen/popoverWillClose etc props are inconsistent with other callback prop names. I propose renaming these to:
popoverWillOpen => onOpening
popoverDidOpen => onOpened
popoverWillClose => onClosing
popoverDidClose => onClosed
The same changes will happen to the corresponding Overlay props. Note that the existing onClose callback fits nicely in this flow. And I'd happily add an onOpen for consistency.
popoverDidOpen
/popoverWillClose
etc props are inconsistent with other callback prop names. I propose renaming these to:popoverWillOpen
=>onOpening
popoverDidOpen
=>onOpened
popoverWillClose
=>onClosing
popoverDidClose
=>onClosed
The same changes will happen to the corresponding
Overlay
props. Note that the existingonClose
callback fits nicely in this flow. And I'd happily add anonOpen
for consistency.This is identical to CSSTransitionGroup's lifecycle prop names.
The text was updated successfully, but these errors were encountered: