When configuring a view on Drupal 10, using the latest code along with the Drupal 10 compatibility patch we found that the view throws the following errors on preview:
TypeError: array_merge(): Argument #1 must be of type array, null given in array_merge() (line 177 of /var/www/html/mysite/html/core/modules/views/src/Plugin/views/row/RssFields.php).
Warning: Undefined property: Drupal\atom\Plugin\views\style\Atom::$namespaces in Drupal\views\Plugin\views\row\RssFields->render() (line 177 of /var/www/html/mysite/html/core/modules/views/src/Plugin/views/row/RssFields.php)
1. On Drupal 10, add the Drupal 10 compatibility patch
2. Build an atom view
3. Preview the view and notice nothing happens
4. Look in the logs to find the errors
Needs review
2.0
Code