Problem/Motivation
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
Proposed resolution
In form_options_attributes.info.yml, change core_version_requirement: ^10 || ^11 to core_version_requirement: ^10.3 || ^11
Given that the end of security support for Drupal 10.2.x is on the horizon, I would also understand doing nothing and waiting it out. :)
Remaining tasks
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | form_option_att.png | 12.72 KB | ananya.k |
Comments
Comment #2
jenna.tollersonComment #3
ananya.k commentedAfter changing in the info file, I'm still getting this warning. I've also attached a screenshot.
Comment #4
berliner commented10.2 is EOL since December 2024, so this issue can probably be closed.