Let's challenge this part of in https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Co...
        // All props should also support "object" this allows deferring
        // rendering in Twig to the render pipeline.
        $type = $prop_schema['type'] ?? '';
        $schema['properties'][$name]['type'] = array_unique([
          ...(array) $type,
          'object',
        ]);
Remove this. Check if the tests are still OK.
Needs review
11.3 🔥
single-directory components
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.