Library dependencies are incorrectly defined in *.component.yml files

Created on 9 January 2024, 6 months ago
Updated 19 January 2024, 5 months ago

Problem Motivation

Component Library dependencies do not get properly attached.

Solution

Update relevant *.component.yml files.

Before:

libraryDependencies:
  - core/drupal
  - core/once

After:

libraryOverrides:
  dependencies:
    - core/drupal
    - core/once
πŸ› Bug report
Status

Fixed

Version

5.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States pixelwhip

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024