-
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
no toast when using push_navigate
#36
Comments
🙏 |
might be a red herring but this here might be related: phoenixframework/phoenix_live_view#3612 especially this comment:
|
Interesting. I'm just getting back from paternity leave today so I will try to replicate in your repo. |
@rmand97 the issue is your using
And it'll work. Thank you! |
@srcrip thanks! |
description
When using
send_toast
and thereafter usingpush_navigate
in a liveview, there is no toast on the page navigated to.In the router the two pages are in the same live_session.
I have created a small repo to replicate the bug. Try using the buttons to navigate between the pages.
it uses the latest version from master.
repo
https://github.com/rmand97/livetoast_navigation_bug
expected behavior
Toasts appears on page that is navigated to
The text was updated successfully, but these errors were encountered: