Problem/Motivation
We got a:
Drupal\Core\Render\Component\Exception\InvalidComponentException: [drowl_base:navbar/navbar_container_utility_classes] Array value found, but a string or an object is required.
And yes, its defined as type string: https://git.drupalcode.org/project/radix/-/blob/6.0.x/components/navbar/navbar.component.yml?ref_type=heads#L22
Steps to reproduce
Proposed resolution
Switch to type array, like all the other classes properties.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork radix-3561424
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 #3
thomas.frobieterComment #4
anybodyConfirming this is a major schema issue, RTBC!
Would be great to have this merged and released soon.
Comment #5
doxigo commentedThanks a lot guys, merged.