-
Notifications
You must be signed in to change notification settings - Fork 9
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
Multiple browser tabs #6
Comments
Hey Sebastian, good catch of you. Yep, there is a better solution than using the session, since there is also a way to "hijack" into Livewire and get the original route. I planned that to release that in a V2 of this, but I can't promise a date for that. |
This is also a problem with the new livewire navigation feature. If you use the wire:navigate.hover function and prefetch the pages, the session is also filled with urls even if this urls are never clicked and visited... I was already thinking about it a few days what could be a good solution - maybe I share my thoughts:
|
Thanks for this package!
However, it does not work if multiple browser tabs are used (because they seem to use the same session).
Anything we can do against that?
Thanks,
Sebastian
The text was updated successfully, but these errors were encountered: