- Issue created by @SirClickALot
- 🇵🇱Poland trzcinski.t@gmail.com
Hey!
Just encountered a similar problem (though in a different theme).
It looks like this is the cause: https://www.drupal.org/node/3473558 →
Have not tried any fixes yet, but might lead you into the right direction :). I think here you could just set a dependency to your library, as per this:
2. If a library has an undeclared dependency on another library, whether explicit use of its JavaScript API or implicit such as relying on markup, that may have previously worked 'by accident' due to the order of attachments during a request, but might not now. In these cases, just adding a dependency to the library definition should be sufficient.
Hope that helps :)
- 🇬🇧United Kingdom SirClickALot Somerset
I've just been experimenting with exactly that and I have managed to get my Tooltips going again by explicitly stating the JS dependency in my my
<subtheme>.libraries.yml
...global-styling: css: theme: css/style.min.css: {} js: js/custom.js: {} dependencies: - bootstrap5/bootstrap5-js-latest
- 🇮🇳India ravi kant Jaipur
@sirclickalot
What error are in console?
May be require jQuery dependency.