-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Tabs with livewire 3 in laravel 11 and using wire:navigate option does not work #2344
Comments
Hi @kanigula162, please check if other components, such as Ripple, are also causing issues. Additionally, try reinitializing to see if it makes any difference - you might need to allow reinitialization using |
Hello, |
While we're not Laravel Livewire specialists, it appears from the description below that components do mount and unmount in this framework. You might want to try mounting your component within the mounted methods, if such exist.
Here is also an example how to init Tabs via JS:
|
Hello, Thank you very much for the information, I have been doing some tests and it is quite possible that the problem is due to what you are saying. Thank you very much for the help provided, best regards. |
Hello,
I have used the Tabs component with laravel 11, at the time of using livewire 3 with its Tabs component and make use of the livewire wire:navigate option in any link or button, when accessing the new page, its Tabs component does not work, it stops making the tab change and does not mark any error. I can't find the problem and I don't know how to proceed to find a solution.
The text was updated successfully, but these errors were encountered: