I get error in console:
And in my case it breaks my cypress tests.
The problem in facets-views-ajax.js:
$('.facets-reset-link').once().click(function (e) {
e.preventDefault();
updateFacetsView($(this).attr('href', atob($(this).attr('data-reset-link-hash'))), current_dom_id, view_path);
});
Update "once" code according https://www.drupal.org/node/3158256 →
Closed: works as designed
2.0
Code