diff --git a/src/index.tsx b/src/index.tsx index 029a2d9..808e683 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -410,7 +410,7 @@ const Toast = (props: ToastProps) => { toastRef.current?.style.setProperty('--swipe-amount-y', `${swipeAmount.y}px`); }} > - {closeButton && !toast.jsx ? ( + {closeButton && !toast.jsx && toastType !== 'loading' ? (