contributte / event-dispatcher

:boom: Best events support (symfony/event-dispatcher) to Nette Framework (@nette)
https://contributte.org/packages/contributte/event-dispatcher.html
MIT License
28 stars 8 forks source link

Tracy error #38

Closed demmmmios closed 7 months ago

demmmmios commented 7 months ago

Hi, i tried new debug panel and get this error.

Error: Cannot use object of type Contributte\EventDispatcher\LazyListener as array in /app/vendor/contributte/event-dispatcher/src/Tracy/templates/panel.phtml:72

I am using very simple subscriber

    public static function getSubscribedEvents(): array
    {
        return [
            ContactSent::class => 'contactSent',
        ];
    }
f3l1x commented 7 months ago

Should be fixed.

f3l1x commented 7 months ago

Try "contributte/event-dispatcher": "dev-master"

demmmmios commented 7 months ago

yes, it works. Thanks