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(snackbar): remove duplicated alert role #3443

Merged
merged 5 commits into from
Jun 22, 2023

Conversation

HQFOX
Copy link
Contributor

@HQFOX HQFOX commented Jun 20, 2023

No description provided.

@HQFOX HQFOX requested a review from a team as a code owner June 20, 2023 16:02
@HQFOX HQFOX requested review from zettca and plagoa and removed request for a team June 20, 2023 16:02
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 20, 2023 16:22 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 20, 2023 16:22 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 21, 2023 12:21 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 21, 2023 12:21 Destroyed
@HQFOX HQFOX force-pushed the HVUIKIT-6751_snackbar_role_fix branch from 67b5c58 to 77ff1e9 Compare June 21, 2023 12:42
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 21, 2023 13:01 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 21, 2023 13:01 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 21, 2023 14:31 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 21, 2023 14:31 Destroyed
@HQFOX HQFOX force-pushed the HVUIKIT-6751_snackbar_role_fix branch from 4782d96 to d7835e7 Compare June 21, 2023 14:50
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 21, 2023 15:08 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 21, 2023 15:08 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 21, 2023 16:57 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 21, 2023 16:57 Destroyed
@HQFOX HQFOX force-pushed the HVUIKIT-6751_snackbar_role_fix branch from d7835e7 to 772cfcb Compare June 22, 2023 08:38
@github-actions github-actions bot temporarily deployed to uikit/pr-3443 June 22, 2023 09:02 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3443 June 22, 2023 09:02 Destroyed
@@ -27,7 +42,7 @@ export interface HvNotistackSnackMessageProps {
/** Classname to apply on the root node */
className?: string;
/** Your component tree. */
message?: string;
message?: ReactNode | string;
Copy link
Member

Choose a reason for hiding this comment

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

this is redundant because ReactNode already includes string:

type ReactNode = string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null | undefined

@zettca zettca merged commit c7eba2e into master Jun 22, 2023
5 checks passed
@zettca zettca deleted the HVUIKIT-6751_snackbar_role_fix branch June 22, 2023 12:57
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.

None yet

3 participants