[v2.0.16-dev] beastbytes/yii2-wizard - Event not working

Hello everyone,

I changed my composer, the "minimum-stability" to "dev".

The "beastbytes/yii2-wizard" extension does not working working.

I have identified that it is a problem with Wildcard Events, but I do not know how to configure it yet.

If you think this is a bug, please report it on Github:

It is not a bug. I have identified, if you disable the debug, the widget works again.
It was the implementation of the wildcard event.
In version 2.0.13.1 it works.

In the function trigger() method, from class yii\base\Component, I can intercept $event-> data.
When the Event ::trigger ($this, $name, $event) is executed, the $event->data returns null.

Test:
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
cd basic
composer require --prefer-dist beastbytes/yii2-wizard

copy https://github.com/beastbytes/yii2-wizard/tree/master/examples to basic/ folder and change namespace of Controller and Models