refactor: remove node-fetch dependency and use native fetch API (#12097)

This commit is contained in:
Denys Vuika
2026-07-27 15:17:49 +00:00
committed by GitHub
parent e1f463aa8a
commit 03e6320bd2
6 changed files with 1612 additions and 1932 deletions
@@ -35,11 +35,11 @@ export class SearchChipListComponent {
facetFiltersService = inject(SearchFacetFiltersService);
/**
* Search filter to supply the data for the chips.
* Not required from 4.5.0 and later versions @deprecated
* @deprecated Search filter to supply the data for the chips.
* Not required from 4.5.0 and later versions
*/
@Input()
searchFilter: SearchFilterComponent;
searchFilter: SearchFilterComponent | undefined;
/** Flag used to enable the display of a clear-all-filters button. */
@Input()