Replies: 1 comment
-
Never mind. It was only when redirecting from the home page which didn't have Alpine UI even though the page being redirected to, with the menu, does have Alpine UI. Sorry lol |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running into an interesting possible bug.
On many pages of an app we're using the x-menu Alpine component, and have tried even just copying and pasting it straight from the docs. The component works great, unless you land on a page by using
$this->redirectRoute('route.name');
anywhere in Livewire 3. It will redirect you there but all of the x-menu's will be stuck being open.It seems every other component works fine with this.
Is there any chance anyone can easily replicate this or should I try to host a whole dummy Livewire + Alpine app somewhere?
Beta Was this translation helpful? Give feedback.
All reactions