Component dependencies incorrectly defined

Created on 31 October 2023, about 1 year ago
Updated 1 November 2023, about 1 year ago

Problem/Motivation

Components that require additional dependencies currently don't have the attached. This is notable in the menu and menu--navigation components that don't load the jQuery dependency correctly. Syntax is currently:

libraryDependencies:
- core/drupal
- core/jquery
- core/once

It should be:

libraryOverrides:
dependencies:
- core/drupal
- core/jquery
- core/once

🐛 Bug report
Status

Fixed

Version

5.0

Component

Code

Created by

🇺🇸United States jnettik Denver, CO

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

Comments & Activities

Production build 0.71.5 2024