vue-sonner icon indicating copy to clipboard operation
vue-sonner copied to clipboard

Dynamic Positioning not working

Open franzwarning opened this issue 10 months ago • 3 comments

If I have a Toaster defined like:

<Toaster position="bottom-center" />

and I call

toast.success(
    `Blah`, { position: 'top-center' }
)

Nothing shows up. But if I change the .success to bottom-center it works... any guidance?

franzwarning avatar Apr 19 '24 19:04 franzwarning

Facing the same issue here!

jesspinklet avatar Apr 23 '24 19:04 jesspinklet

Same here +1

EternalC0der avatar Apr 23 '24 19:04 EternalC0der

I have the same issue

Mateleo avatar May 08 '24 19:05 Mateleo