Skip to content

Popover - Remove deprecated props #140

@nicolethoen

Description

@nicolethoen

Follow up to breaking change PR patternfly/patternfly-react#8201

  • 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:

  1. Build codemod
  2. Build test
  3. Update readme with description & example

Metadata

Metadata

Assignees

Labels

codemodpf5codemod for p4 to p5 transition

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions