Skip to content

Fix InfoOutlined export to include Icon suffix#1557

Draft
rishiraj38 wants to merge 2 commits into
layer5io:masterfrom
rishiraj38:fix/info-outlined-icon-export
Draft

Fix InfoOutlined export to include Icon suffix#1557
rishiraj38 wants to merge 2 commits into
layer5io:masterfrom
rishiraj38:fix/info-outlined-icon-export

Conversation

@rishiraj38
Copy link
Copy Markdown
Member

Notes for Reviewers

This PR fixes an issue with the registry page in Meshery.

Signed commits

  • Yes, I signed my commits.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request renames the InfoOutlined export to InfoOutlinedIcon in the src/icons/InfoOutlined/index.ts file. The review feedback highlights that this is a breaking change and suggests adding an alias to maintain backward compatibility for components currently importing the icon.

@@ -1 +1 @@
export { default as InfoOutlined } from './InfoOutlined';
export { default as InfoOutlinedIcon } from './InfoOutlined';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Renaming the export from InfoOutlined to InfoOutlinedIcon is a breaking change. Any components currently importing InfoOutlined from this module or through the main icons entry point will fail to build. If this icon is used in other parts of the application that are not updated in this PR, consider providing an alias to maintain backward compatibility during the transition.

Suggested change
export { default as InfoOutlinedIcon } from './InfoOutlined';
export { default as InfoOutlinedIcon, default as InfoOutlined } from './InfoOutlined';

@rishiraj38 rishiraj38 marked this pull request as draft May 16, 2026 18:03
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.

1 participant