Toast - Weird display issue, the toast message display at both the top & bottom right for the first time the form is displayed. #864
Replies: 1 comment 1 reply
-
@lcallif When calling
See docs: https://fluxui.dev/components/toast So when you then use/render your Livewire components in a view, any calls to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The first time a toast action is performed the toast displays at the top and bottom right. The 2nd and subsequent times it displays at both the top & bottom right. I thought that I may have added an extra toast message display, but then I found that as long as I don't redisplay the form I only see the bottom right toast message. I would put this in as an Issue, but I am not 100% sure that I didn't miss something.
I am not worried about this, just curious as to why. The following is the code I am using.
Livewire Component
Livewire Blade
Beta Was this translation helpful? Give feedback.
All reactions