You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a fresh microsites installation with PHP 8.2, I see this error:
Deprecated function: Creation of dynamic property Drupal\autosave_form\Form\AutosaveFormBuilder::$_serviceId is deprecated in Drupal\Component\DependencyInjection\Container->createService() (line 285 of core/lib/Drupal/Component/DependencyInjection/Container.php).
I'm wondering if it would be worth applying the patch to this project to avoid the error as we already have cweagans/composer-patches in composer.json.
After a fresh microsites installation with PHP 8.2, I see this error:
There's an RTBC-ed issue for it - https://www.drupal.org/project/autosave_form/issues/3355495.
I'm wondering if it would be worth applying the patch to this project to avoid the error as we already have
cweagans/composer-patches
in composer.json.Thoughts? @finnlewis
The text was updated successfully, but these errors were encountered: