Closed luislhsc closed 4 months ago
This seems to be the same thing noticed in https://github.com/srcrip/live_toast/issues/9... I'm going to take a look at it today. If you have a minimal repro it would help a lot though.
ok I have a plan for how to implement this. I should have it ready in a few days.
I'm going to close this in favor of https://github.com/srcrip/live_toast/issues/9 cause it was opened first.
Hey, thank you for all your effort on this lib! It is awesome, very customizable and looks great.
On thing I noticed, is that it only works on my live components/view if I use
push_patch
If I change it to be
push_navigate
instead of patch:The toast does not work. Is it a bug or is there a limitation to make it work with push_navigate? Just a note, the
put_flash
from Phoenix/Liveview works on push_patch/push_navigate/redirect.