Open mweel1 opened 1 year ago
No, this won't work.
You can pass the position as second argument.
toast.custom("Custom", {
position: "bottom-center"
})
If you are trying to render custom content inside a success toast, there is no need for toast.custom(). You could do this:
toast.success(<h1>Custom Content</h1>, {
position: "bottom-center"
})
Is this supposed to work?
The position isn't taking.
It doesn't seem to.