We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71fcb6 commit c6ee7f5Copy full SHA for c6ee7f5
src/lib/toast.ts
@@ -55,7 +55,3 @@ export const toast: ToastCustom = (
55
options?: ToastOptions & CustomToastOptions,
56
) => toast(message, type as TypeOptions, options)
57
})
58
-
59
-Object.assign(toast, {
60
- dismiss: Toast.dismiss,
61
-})
0 commit comments