- Status changed to Closed: duplicate
almost 2 years ago 4:48pm 24 January 2023 - 🇺🇸United States rszrama
Yeah, this is not an issue in core. The issue @andileco linked is the solution to remove the errors. Hopefully gets committed soon. 🤞🏼
- 🇺🇸United States couloir007
I'm having the same message but for a different reason. A module is passing a null library but I can't figure out how to track down which. For now I do this which works but obviously no long term solution.
if($library != null) { $final_libraries[$library] = $library; }
- 🇮🇳India mukhtarm
Thank you @rszrama and @andileco, it fixed the BootstrapStyles (Didn't knew that it was from this) warnings in my
commerce kickstart
project. +1 - Status changed to Active
4 months ago 8:46pm 13 August 2024 - 🇳🇱Netherlands seanB Netherlands
It would be great if we could provide a more helpful error message to help developers fix the error when it somehow happens.
- Status changed to Closed: duplicate
4 months ago 12:09am 14 August 2024 - 🇳🇱Netherlands seanB Netherlands
It seems 🐛 Warning: Undefined array key 1 in Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies() after update to Drupal 10.2.2 and when views ajax is enable. Active and 📌 AttachedAssets should validate libraries internally Active already exist to improve this.