Problem/Motivation
Deprecated function Creation of dynamic property Drupal\component_schema\ComponentProcessor::$stringTranslation is deprecated in Drupal\component_schema\ComponentProcessor->__construct() (line 57 of modules/contrib/component_schema/src/ComponentProcessor.php "component_schema"
Steps to reproduce
Run in PHP 8.2
Comments
Comment #3
mlncn commentedPushed a fix to the dev branch there, that weird-sounding warning is just a silly way to ask us to define all properties in a class before we use them.