- Issue created by @cesarcasg
- 🇮🇳India saurabhkanva
This patch will resolve the issue but it is to be noted that the issue is with module https://www.drupal.org/project/components →
On Drupal 10.2.2 after clearing cache these messages appeared.
WARNING: TRYING TO ACCESS ARRAY OFFSET ON VALUE OF TYPE NULL IN DRUPAL\COMPONENTS\TEMPLATE\COMPONENTSREGISTRY->FINDNAMESPACES() (LINE 326 OF MODULES/CONTRIB/COMPONENTS/SRC/TEMPLATE/COMPONENTSREGISTRY.PHP).
WARNING: FOREACH() ARGUMENT MUST BE OF TYPE ARRAY|OBJECT, NULL GIVEN IN DRUPAL\COMPONENTS\TEMPLATE\COMPONENTSREGISTRY->FINDNAMESPACES() (LINE 326 OF MODULES/CONTRIB/COMPONENTS/SRC/TEMPLATE/COMPONENTSREGISTRY.PHP).
This patch will resolve the issue but it is to be noted that the issue is with module https://www.drupal.org/project/components →