-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Milestone
Description
Follow up to breaking change PR patternfly/patternfly-react#8201
- Any consumer references to Popover's
boundary
andtippyProps
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done