- Issue created by @daggerhart
- π¬π§United Kingdom wilksdotco
We're running into this issue also on Drupal 9. Currently unable to upgrade to 10. Any information on how to fix the previously working schema?
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.
composer
drush en sdc sdc-examples
{{ include('sdc_examples:my-marquee', {text: 'Hello.'}, with_context = false) }}
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...
The dev branch appears to work as expected.
Can we get a new release for the 1.x branch?
Active
1.0
Code
We're running into this issue also on Drupal 9. Currently unable to upgrade to 10. Any information on how to fix the previously working schema?