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

Enhanced the alerts system to accept custom alert components; removed default props to prep for React 19; updated README with revised icon strategy #429

Merged
merged 9 commits into from
May 31, 2024

Conversation

joncursi
Copy link
Collaborator

No description provided.

@joncursi joncursi changed the title Enhanced the alerts system to accept custom alert components; removed default props to prep for React 19 Enhanced the alerts system to accept custom alert components; removed default props to prep for React 19; updated README with revised icon strategy May 30, 2024
@@ -47,9 +47,4 @@ const RenderLogo: FC<RenderLogoProps> = ({
return children;
};

RenderLogo.defaultProps = {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is by far my favorite commit :~)

@@ -61,6 +61,7 @@ module.exports = {
],
'react/boolean-prop-naming': 'off',
'react/react-in-jsx-scope': 'off',
'react/require-default-props': 'off',
Copy link
Collaborator

Choose a reason for hiding this comment

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

:)

@joncursi joncursi merged commit a1b944d into main May 31, 2024
@joncursi joncursi deleted the jc-custom-snackbar-alert-components branch May 31, 2024 14:09
Copy link

🎉 This PR is included in version 8.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants