cpigott → created an issue.
el7cosmos → credited cpigott → .
I've run into this myself as well. Was able to revert with a:
composer require --no-update drupal/core=10.3.0 drupal/core-recommended=10.3.0 drupal/core-project-message=10.3.0 drupal/core-composer-scaffold=10.3.0 && composer update --no-dev
Looks to have been caused by https://git.drupalcode.org/project/drupal/-/commit/d0f39b40d29cb2b256932...
from
https://www.drupal.org/project/drupal/issues/3441010
🐛
Container compile crash when a service decorates a destructable service
Needs work
Guess a destruct method needs implementing?
cpigott → created an issue.