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
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
The text was updated successfully, but these errors were encountered:
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 actuallyMust be React.ReactElement<TabProps>[]
) to now beTabsChild | TabsChild[]
(which is now documented to mean the same asOnly 'Tab' components or expressions resulting in a falsy value
)Required actions:
The text was updated successfully, but these errors were encountered: