feat: make session macroable #81
Annotations
10 errors and 1 warning
Run npm run typecheck:
tests/session.spec.ts#L952
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L956
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L959
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1023
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1027
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1030
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1072
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1076
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1079
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Run npm run typecheck:
tests/session.spec.ts#L1081
Argument of type '{ value: any; isArrayMember: false; parent: any; data: { [x: string]: any; }; name: any; wildCardPath: string; isDefined: boolean; isValid: true; meta: {}; mutate(newValue: any): FieldContext; report(message: string, rule: string, context: FieldContext, args: Record<...> | undefined): void; }' is not assignable to parameter of type 'FieldContext'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading