Closed (fixed)
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2025 at 10:17 UTC
Updated:
5 Mar 2026 at 07:15 UTC
Jump to comment: Most recent
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
Switch to type array, like all the other classes properties.
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.