fix: API editor query parameters not auto-updating URL #24263
Annotations
7 errors
Run type check
Module '"ee/constants/ReduxActionConstants"' has no exported member 'ReduxAction'.
|
Run type check
Module '"ee/constants/ReduxActionConstants"' has no exported member 'ReduxActionWithMeta'.
|
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: 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: ReduxActionWithMeta<string, { field: string; }>, actionId: string) => Generator<SelectEffect | TakeEffect | PutEffect<FormAction> | PutEffect<...>, void, { ...; }>' is not assignable to parameter of type 'Saga'.
|
Run type check
Object literal may only specify known properties, and 'selector' does not exist in type 'RunSagaOptions<DispatchedAction, {}>'.
|
Run type check
Process completed with exit code 2.
|
Loading