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
if previously wrapped in <TextContent> or in <TextList>, replace with corresponding simple html element, but ONLY IF there is no specific prop on that component - isPlain (TextList), isVisitedLink (Text)
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 PRs: patternfly/patternfly-react#10611 and patternfly/patternfly-react#10643
Use Content instead of Text, TextList, TextListItem and TextContent.
We might want to try:
<TextContent>
or in<TextList>
, replace with corresponding simple html element, but ONLY IF there is no specific prop on that component -isPlain
(TextList),isVisitedLink
(Text)Required actions:
The text was updated successfully, but these errors were encountered: