1.0.0-alpha4 Does not work for Drupal 9

Created on 28 August 2023, over 1 year ago
Updated 6 December 2023, about 1 year ago

Problem/Motivation

No matter how or where the components come from, there is always a fatal error of no schema provided: Drupal\sdc\Exception\InvalidComponentException: The component "sdc_examples:my-marquee" does not provide schema information.

Steps to reproduce

  1. Have a Drupal 9 site
  2. composer
  3. drush en sdc sdc-examples
  4. Edit `node.html.twig`, and paste in:
    {{ include('sdc_examples:my-marquee', {text: 'Hello.'}, with_context = false) }}
    
  5. Clear caches

The issue appears to be that many definition properties are being expected in a ['schemas'] array.

Looks like this might be fixed in the dev branch. Researching...

Update

The dev branch appears to work as expected.

Remaining Tasks

Can we get a new release for the 1.x branch?

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States daggerhart

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024