You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User error: "cache" is an invalid render array key in Drupal\Core\Render\Element::children() (line 103 of C:\xampp\htdocs\cia-drupal\docroot\core\lib\Drupal\Core\Render\Element.php)
User error: "view" is an invalid render array key in Drupal\Core\Render\Element::children() (line 103 of C:\xampp\htdocs\cia-drupal\docroot\core\lib\Drupal\Core\Render\Element.php)
Findings: Error is generated because is not of type array.
when $key = "cache", $value is of type Drupal\Core\Cache\CacheableMetaData
when $key = "view", $value is of type Drupal\views\ViewExecutable
The following error messages appear in dblog:
Findings: Error is generated because is not of type array.
Issue confirmed in environments:
#1
#2
Steps to reproduce:
Consider:
The text was updated successfully, but these errors were encountered: