Problem/Motivation
Fresh install of Drupal 10.3.6, created a dynamic link with subrequests, without route, and trying to edit it will lead to
InvalidArgumentException: "0" is an invalid render array key. Value should be an array but got a string. in Drupal\Core\Render\Element::children() (line 97 of core/lib/Drupal/Core/Render/Element.php).
Issue fork dynamic_links-3480873
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kksandr commentedComment #5
kksandr commentedThe edit has been corrected. Also, the test coverage has been updated to detect such cases.
Comment #6
kksandr commented