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 267e41d commit e6b884dCopy full SHA for e6b884d
docs/App.svelte
@@ -82,7 +82,7 @@ const buttons = [
82
toast.pop()
83
84
// Or remove a particular one
85
-const id = toast('Yo!')
+const id = toast.push('Yo!')
86
toast.pop(id)`,
87
run: () => {
88
0 commit comments