laravel-debugbar
laravel-debugbar copied to clipboard
Adds check for availability of jQuery
Fixes Uncaught TypeError: Cannot read property 'noConflict' of undefined when jQuery is not yet initialized.
Not really sure why jQuery wouldn't be intialized.
I’m not sure either. I am only using Laravel Livewire in my app and it always throws error in console. On 1 Jul 2020, 8:29 PM +0530, Barry vd. Heuvel [email protected], wrote:
Not really sure why jQuery wouldn't be intialized. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Are you using Turbolinks? I think that should be fixed with https://github.com/barryvdh/laravel-debugbar/pull/1084
Thank you @barryvdh
yes, I use Turbolinks. I will check it.