-
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#8217
Anyone using the Tabs component, we need to warn them that the type of the children prop has been updated from React.ReactNode
(which was documented to need to be actually Must be React.ReactElement<TabProps>[]
) to now be TabsChild | TabsChild[]
(which is now documented to mean the same as Only 'Tab' components or expressions resulting in a falsy value
)
Required actions:
- Build codemod
- Build test
- Update readme with description & example
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done