Skip to content

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)

@thatblindgeye thatblindgeye force-pushed the iss673_toolbarChipReplace branch from da66669 to 53397bd Compare July 11, 2024 15:24
@wise-king-sullyman wise-king-sullyman merged commit 7f5efb5 into patternfly:main Jul 11, 2024
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