livewire-devtools icon indicating copy to clipboard operation
livewire-devtools copied to clipboard

Chrome and Firefox DevTools extension for debugging Livewire applications

Results 15 livewire-devtools issues
Sort by recently updated
recently updated
newest added

I would love to see Safari support. Thanks! :)

Hello, In the console of my Livewire/livewire 2 / laravel 7 app I got error : ``` login?email=admin%40mail.com&password=111111:60 Uncaught TypeError: window.livewire.devTools is not a function at login?email=admin%40mail.com&password=111111:60 (anonymous) @ login?email=admin%40mail.com&password=111111:60...

I Recently installed devtools on MS Edge (based on Chromium) and got these errors ![image](https://user-images.githubusercontent.com/24309704/93676080-909e0d80-fac5-11ea-9f25-7ffe4363d134.png) Error 1: `Uncaught TypeError: Cannot read property '__LIVEWIRE_DEVTOOLS_UID__' of undefined` Stack Trace: ` build/backend.js:1 (anonymous...

I work with Shopify Apps, and the apps are loaded using an iframe that Shopify calls an AppBridge. It would be great if the LiveWire Dev Tools would load up...

Hi Thanks for your tool. I work with Firefox and tried to build the extension. I get the following result: `npm install --global web-ext` `npm warn deprecated [email protected]: This module...