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

feat(Toolbar): replaced chip instances with label #692

Merged

Conversation

thatblindgeye
Copy link
Collaborator

Closes #673

@thatblindgeye thatblindgeye changed the title Iss673 toolbar chip replace feat(Toolbar): replaced chip instances with label Jul 10, 2024
componentImport &&
node.name === componentImport.imported.name &&
node.parent &&
!["ImportSpecifier", "ExportSpecifier"].includes(node.parent.type)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Having a separate Import/Export logic just to avoid this Identifier logic throwing 2 errors for import/export (1 for the "default" name and 1 for the aliased name; this will happen even if there is no alias)

@wise-king-sullyman wise-king-sullyman merged commit 7f5efb5 into patternfly:main Jul 11, 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.

Toolbar - updated instances of chip to label
2 participants