Try below. Hope this works
dependencies: - core/jquery - core/drupal.ajax - core/drupal - core/drupalSettings - core/jquery.once
Also make sure your js file contains drupal behaviours
/** * @file main.js */ (function ($, Drupal, window, document) { "use strict"; Drupal.behaviors.global = { attach: function (context, settings) { }, }; })(jQuery, Drupal, this, this.document);
- First commit to issue fork.
- @harish1688 opened merge request.
- @harish1688 opened merge request.
- Status changed to Needs review
over 1 year ago 6:12am 27 March 2023