-
Notifications
You must be signed in to change notification settings - Fork 4
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(ToastNotification): fix typo in prop name #2122
Conversation
- add in dismissType - add in tests and console messages so make sure the new field falls back
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2122 +/- ##
=======================================
Coverage 97.13% 97.13%
=======================================
Files 114 114
Lines 2825 2829 +4
Branches 764 767 +3
=======================================
+ Hits 2744 2748 +4
Misses 77 77
Partials 4 4 ☔ View full report in Codecov by Sentry. |
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's a logic error, but let me know if I'm missing something.
## [15.10.0](v15.9.0...v15.10.0) (2025-01-21) [Storybook](https://61313967cde49b003ae2a860-ppfzyqbjud.chromatic.com/) ### Features * **TabGroup:** update handling for tab item hover states ([#2124](#2124)) ([8b6cb4e](8b6cb4e)) ### Bug Fixes * **ToastNotification:** fix typo in prop name ([#2122](#2122)) ([8c70d28](8c70d28))
Test Plan: