- Issue created by @jenna.tollerson
After changing in the info file, I'm still getting this warning. I've also attached a screenshot.
Automated tests run against our Drupal 10.2.7 installation for this update are returning this error:
Class "Drupal\Core\Render\Element\RenderElementBase" not found
The update to 2.1.0 changes class RenderElement
to RenderElementBase
, but this rename isn't introduced in Core until Drupal 10.3:
https://www.drupal.org/node/3436275 β
In form_options_attributes.info.yml, change core_version_requirement: ^10 || ^11
to core_version_requirement: ^10.3 || ^11
Given that security support for Drupal 10.2.x is on the horizon β , I would also understand doing nothing and waiting it out. :)
Active
2.1
Code
After changing in the info file, I'm still getting this warning. I've also attached a screenshot.