livewire-devtools
livewire-devtools copied to clipboard
Chrome and Firefox DevTools extension for debugging Livewire applications
Are there any plans in making this extension to detect Livewire v3?
How to disable livewire devtools when the project is in production.i am using livewire version 2
Seems like the same applies to React devtools. Reported on #https://github.com/symfony/symfony/issues/48545
I'm getting this message from Livewire Devtools  And I have APP_ENV=dev ... what should I do, additionally, to enable Livewire Devtools ?
Is there a way to display the computed properties for each component alongside the data?
The extension currently does not support nested Livewire components or at least does not show them as being nested.
Hello, I have one big problem with livewire-dev tools using chrome and Linux, if I open the developer console with dev tools installed, my CPU Load up to 4.7ghz. I...
Currently only normal emits are displayed, emits such as emitUp, emitTo and emitSelf are not recorded and displayed. But we also need this ;) [place where it is?](https://github.com/beyondcode/livewire-devtools/blob/709cf631968da4ccfb5c9059f38cae1ccc947326/src/backend/events.js#L39)
Hello there! I see that Livewire Devtools now has a v1.0.0 published in the Chrome Web Store, but it has not yet been published to the Firefox Addons site. If...