diff --git a/site/pages/docs/use-toaster.mdx b/site/pages/docs/use-toaster.mdx index 47913cb..158ff1c 100644 --- a/site/pages/docs/use-toaster.mdx +++ b/site/pages/docs/use-toaster.mdx @@ -35,7 +35,7 @@ const Notifications = () => { {toasts .filter((toast) => toast.visible) .map((toast) => ( -
+
{toast.message}
))} @@ -94,6 +94,7 @@ const Notifications = () => { opacity: toast.visible ? 1 : 0, transform: `translateY(${offset}px)`, }} + {...toast.ariaProps} > {toast.message}