- Issue created by @Jaswinsingh
Hello,
I have created a patch and replaced the assets classes using the ContainerAwareEventDispatcher dispatcher with Symfony's EventDispatcher.
Assets using ContainerAwareEventDispatcher dispatcher to dispatch events are deprecated in 10.3.x. We should use Symfony's EventDispatcher. In D11 WSOD is encountered.
Change record note - https://www.drupal.org/node/3376090 →
Note - To make advagg D11 compatible, use the patch from this issue 📌 Automated Drupal 11 compatibility fixes for advagg Needs work .
Active
6.0
Code
Hello,
I have created a patch and replaced the assets classes using the ContainerAwareEventDispatcher dispatcher with Symfony's EventDispatcher.