You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I fire any wire:click events, my menu stops working because the $client variable returns null going forward...
Is there a way to get this working?
This discussion was converted from issue #145 on December 09, 2024 13:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hye Guys,
I am running laravel 11 with livewire 3.
I have in my AppServiceProvider the following code:
On the initial page load, it loads the menu fine.
But when I fire any wire:click events, my menu stops working because the
$client
variable returns null going forward...Is there a way to get this working?
Beta Was this translation helpful? Give feedback.
All reactions