-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash messages not appearing after push_navigate
#25
Comments
I have the same problem |
@sevenseacat and @rmand97 There is now a PR that aims to address this, if you'd like to test the branch in my PR that would be great! |
Unfortunately I removed live_toast a while ago, as it wasn't usable to me without this feature. I hope it works though! |
No worries! I'll leave this issue open until #28 is merged. @sevenseacat let me know if there's anything else I can add that would enable you to use it in the future. |
Closing now since #28 is implemented. |
I think this may be related to #9 but I'm not sure.
Code like the following in a LiveView:
Won't render a toast message, as the LiveToast.LiveComponent never receives the update with the new toast (as it's been torn down and remounted after the navigate).
This is a super common pattern that needs support!
The text was updated successfully, but these errors were encountered: