beyondcode / livewire-devtools

Chrome and Firefox DevTools extension for debugging Livewire applications
MIT License
419 stars 23 forks source link

Add support for Scoping Events #16

Open arfr opened 3 years ago

arfr commented 3 years ago

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?