We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58f629 commit 5499991Copy full SHA for 5499991
src/lib/toast.ts
@@ -61,7 +61,3 @@ export const toast: ToastCustom = (
61
Object.assign(toast, {
62
dismiss: Toast.dismiss,
63
})
64
-
65
-if (typeof window !== 'undefined') {
66
- window.toast = toast
67
-}
0 commit comments