We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225514f commit fa39669Copy full SHA for fa39669
src/core/toast.ts
@@ -48,6 +48,7 @@ toast.error = createHandler('error');
48
toast.success = createHandler('success');
49
toast.loading = createHandler('loading');
50
toast.custom = createHandler('custom');
51
+toast.warn = createHandler('warn');
52
53
toast.dismiss = (toastId?: string) => {
54
dispatch({
0 commit comments