Toaster placement cannot be changed anymore #10093
Unanswered
saltnpixels
asked this question in
General
Replies: 1 comment
-
This is by design. You can reuse the same toast component, but have separate "toast functions" that trigger them. feedbackToast.create({ title: "Copied to clipboard" })
toast.create({ title: "Uploaded successfully" }) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The toaster seems set in one place and cannot be changed and thats a bit restrictive. We have main toasts and then small toasts for "copied to clipboard!" :/
So I have to make two whole separate Toast components!?
Beta Was this translation helpful? Give feedback.
All reactions