In the file “media_library_edit/media_library_edit. module” the function "media_library_edit_form_process_disabled_fields()" calls the "children()"method belonging to the "Drupal\Core\Render\Element" class, however the class declaration has been removed (https://git.drupalcode.org/project/media_library_edit/-/commit/28c567749...), so it generates site breaking when you go to any part of your website that requires the "media_library_edit_form_process_disabled_fields()" function.
Add the statement “use Drupal\Core\Render Element;”
Closed: cannot reproduce
3.0
Code