Skip to content

Commit

Permalink
fix(core): take result is possible to be undefined (#3562)
Browse files Browse the repository at this point in the history
  • Loading branch information
McDaddy committed Nov 23, 2022
1 parent 324986c commit cda62b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/models/Query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Query {
}
}

take(): GeneralField
take(): GeneralField | undefined
take<Result>(
getter: (field: GeneralField, address: FormPath) => Result
): Result
Expand Down

0 comments on commit cda62b9

Please sign in to comment.