-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Nested Modals and wire:navigate issue #368
Comments
Hi @medanigmbh, So to reproduce this issue, I understand the following causes the issue right?
From this point on it breaks, correct? |
Hello PhiloNL, To reproduce the error, you just need the following:
now you should be left with an empty modal and a blurred screen. It does not matter if you open a modal before or not. |
Hello @medanigmbh, |
Opening a modal and a nested one and returning back to the first modal does work fine.
But if we navigate through the app (with wire:navigate on the links) and open a modal and a nested one and want to return back we get an empty modal instead. So just a blurred screen with no way out.
If we remove wire:navigate from the links everything works fine again.
Is there any way to use modals and other component with wire:navigate. We just bought it and it says it works with livewire v3 but in this case it does not work as intended
The text was updated successfully, but these errors were encountered: