There is a known Drupal core issue where AJAX functionality breaks when multiple exposed forms are present on a page.
https://www.drupal.org/project/drupal/issues/3163299 🐛 Ajax exposed filters not working for multiple instances of the same Views block placed on one page Needs work
Applying the patch causes additional issues, as it changes the form#id, breaking the removal feature in drupal/views_exposed_filters.
Error:
Uncaught TypeError: Cannot read properties of null (reading 'querySelectorAll')
Active
3.0
Code