improv!(toaster): use stable IDs for toasts

This commit is contained in:
bbb651 🇮🇱 2024-08-22 16:41:43 +03:00 committed by GitHub
parent ba7001ee59
commit 1162011ff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 22 deletions

View file

@ -319,7 +319,7 @@ pub use text_input::{
pub mod toaster;
#[doc(inline)]
pub use toaster::{toaster, Toast, Toasts};
pub use toaster::{toaster, Toast, ToastId, Toasts};
mod toggler;
#[doc(inline)]