Hello developers,
I am facing one issue in Laravel. Maybe someone can help me with this.
The issue:
I have a Tawk Chat Js widget in my application I mentioned it above </body> tag so it renders on every page.
But when using Livewire with wire:navigate in renders on the home page when the page is fully loaded. But when I redirect to another page JS is not rendering.
Can anyone guide me on this...
Back
•
Check out the @persist directive from livewire. Might solve your issue