-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues encountered during early beta testing #749
Comments
FYI for the Toolbar updates, made in this PR in React: patternfly/patternfly-react#10042 |
The EmptyState changes do at least throw errors. It can't autofix because the EmptyStateHeader in use there doesn't have titleText or children. |
Leaving this open for now in case we decide to try providing an autofix for EmptyState when there's no titleText or children to use in the current autofix. Otherwise all other tasks are complete. |
Opened a separate issue for EmptyState, closing this issue as all other tasks are completed |
per this slack thread
width
prop removedbutton-group
value renamedWe should check that the codemods all work as expected or at least output some guidance for these situations.
Having some trouble with a few react-core components; TextListVariants, TextListItemVariants, EmptyStateHeader, and EmptyStateIcon.
ToolbarItem doesn't like serach-filter as a variant. And ToolbarContent complains about bulk-select
The text was updated successfully, but these errors were encountered: