build: bump typescript from 5.3.3 to 5.6.2 #722
Annotations
6 errors
test:
src/features/foods/components/BadgeList/index.tsx#L25
Argument of type 'ReadonlyURLSearchParams' is not assignable to parameter of type 'string | URLSearchParams | Record<string, string> | string[][] | undefined'.
|
test:
src/features/foods/components/FilterButton/index.tsx#L80
Argument of type 'ReadonlyURLSearchParams' is not assignable to parameter of type 'string | URLSearchParams | Record<string, string> | string[][] | undefined'.
|
test:
src/features/foods/components/FoodSort.tsx#L41
Argument of type 'ReadonlyURLSearchParams' is not assignable to parameter of type 'string | URLSearchParams | Record<string, string> | string[][] | undefined'.
|
test:
src/features/foods/components/SearchBar.tsx#L21
Argument of type 'ReadonlyURLSearchParams' is not assignable to parameter of type 'string | URLSearchParams | Record<string, string> | string[][] | undefined'.
|
test
Process completed with exit code 2.
|
build
Process completed with exit code 1.
|