// The first toast may not appear immediately unless:
// - There is a <Toaster /> component mounted somewhere in the app.
// - Or multiple toasts are triggered quickly.
// This is a common behavior if <Toaster /> is missing or toast queue isn't flushed.
// To fix, add <Toaster /> at the root, or try dismissing existing toasts before showing a new one.
toast.success("Message 1");