fix: API editor query parameters not auto-updating URL #24266
Annotations
3 errors
Run type check
Argument of type '(actionPayload: ReduxActionWithMeta<string, { field: string; }>, actionId: string) => Generator<SelectEffect | TakeEffect | PutEffect<FormAction> | PutEffect<...>, void, { ...; }>' is not assignable to parameter of type 'Saga'.
|
Run type check
Argument of type '(actionPayload: ReduxAction<{ id: string; isSaas: boolean; action?: Action | undefined; }>) => Generator<SelectEffect | CallEffect<void> | PutEffect<...> | PutEffect<...>, void, (EmbeddedApiAction & ... 1 more ... & { ...; }) | ... 6 more ... | (ExternalSaasAction & ... 1 more ... & { ...; })>' is not assignable to parameter of type 'Saga'.
|
Run type check
Process completed with exit code 2.
|
Loading