Skip to content
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

fix(EmptyState): components no longer exported #642

Merged
merged 2 commits into from
May 31, 2024

Conversation

thatblindgeye
Copy link
Collaborator

Closes #638

Copy link
Contributor

@adamviktora adamviktora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🥳 Few comments bellow

type: "ImportSpecifier",
},
{
message: `CustomHeader is no longer exported by PatternFly.`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if saying something like: EmptyStateHeader (in your case CustomHeader) is no longer exported by PatternFly. would be better, but it's probably not worth the time spent on the change. I guess there won't be many (if any) consumers reexporting it like this and it still is good enough info imo.

@wise-king-sullyman wise-king-sullyman merged commit f6f3028 into patternfly:main May 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EmptyStateHeader and EmptyStateIcon no longer exported
3 participants