Hello!
I wonder if there is some way to have Events enabled, but disable only blade events?
As when I use livewire components like flux it can fire easily 1000 events on a page load, and it crashes chrome in some cases (Oh snap, error code 5) so I have to disable events and then it works.
But it would be nice if it's possible to only disable blade events.
See issue: livewire/flux#1544 (comment)
So if it's not possible maybe consider it as a feature in the future?