-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
Follow up to breaking change PR
We've renamed some ErrorState props to comply with its base component - PF EmptyState
rename
errorTitle
to titleText
errorDescription
to bodyText
defaultErrorDescription
to defaultBodyText
Example:
<ErrorState errorTitle='Sample error title' errorDescription='Sample error description' defaultErrorDescription='Sample default error description' />
becomes
<ErrorState titleText='Sample error title' bodyText='Sample error description' defaultBodyText='Sample default error description' />
Required actions:
- Build codemod
- Build test
- Update readme with description & example
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done