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
Any consumer references to Popover's boundary and tippyProps props should be removed.
Any consumers defining and passing Popover a shouldClose function with more than one parameter, needs to be given a warning that the first parameter has been removed (or we can remove it for them if possible).
Any consumers defining parameters as part of functions passed to the following Popover props should be warned that those function types have been updated to remove all parameters:
onHidden
onHide
onMount
onShow
onShown
Required actions:
Build codemod
Build test
Update readme with description & example
The text was updated successfully, but these errors were encountered:
Follow up to breaking change PR patternfly/patternfly-react#8201
boundary
andtippyProps
props should be removed.shouldClose
function with more than one parameter, needs to be given a warning that the first parameter has been removed (or we can remove it for them if possible).Required actions:
The text was updated successfully, but these errors were encountered: