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

Message | Fix type mismatch #15928

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Message | Fix type mismatch #15928

merged 1 commit into from
Jul 1, 2024

Conversation

cetincakiroglu
Copy link
Contributor

@cetincakiroglu cetincakiroglu commented Jul 1, 2024

Fixes #15881
Fixes #15534
Fixes #15913

A type mismatch in the message component is corrected, which also results in a severity error in the toast component.

As of 17.18.0, type of severity in the Message component should be as follows:
@Input() severity: 'success' | 'info' | 'warn' | 'error' | 'help' | 'primary' | 'secondary' | 'contrast' | string | null | undefined;

Instead of this:
@Input() severity: 'success' | 'info' | 'warning' | 'danger' | 'help' | 'primary' | 'secondary' | 'contrast' | null | undefined;

Possibly, this issue stems from a problem occurring when merging branches in v17.18.0 release.

 | Fix type mismatch
Copy link

vercel bot commented Jul 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Jul 1, 2024 3:20pm

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