type: support initialData #771
Annotations
3 errors and 1 warning
build
Argument of type '{ defaultParams?: TParams | undefined; onBefore?: ((params: TParams) => void) | undefined; onSuccess?: ((data: TData, params: TParams) => void) | undefined; ... 29 more ...; ready: boolean | Ref<...>; }' is not assignable to parameter of type 'Partial<UseRequestBasicOptions<TData, TParams> & { pluginOptions?: any; } & { formatResult: (res: any) => TData; }> & UseRequestBasicOptions<...> & { ...; } & { ...; }'.
|
build
Type '{ defaultParams?: TParams | undefined; onBefore?: ((params: TParams) => void) | undefined; onSuccess?: ((data: TData, params: TParams) => void) | undefined; ... 29 more ...; ready: boolean | Ref<...>; }' is not assignable to type 'Partial<UseRequestBasicOptions<TData, TParams> & { pluginOptions?: any; } & { formatResult: (res: any) => TData; }> & UseRequestBasicOptions<...> & { ...; } & { ...; }'.
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|