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

Issue fork prototype-3413618

Command icon Show commands

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pixelwhip created an issue. See original summary.

pixelwhip’s picture

Assigned: pixelwhip » Unassigned
Status: Active » Needs review

jldust made their first commit to this issue’s fork.

  • jldust committed 22dedeb9 on 5.x authored by pixelwhip
    Issue #3413618 by pixelwhip: Library dependencies are incorrectly...
jldust’s picture

Status: Needs review » Fixed

This has been merged in and will be included in the next tagged release.

jldust’s picture

Status: Fixed » Closed (fixed)