Skip to content

Commit

Permalink
refactor: useField setFieldErrorValue setter 반환 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Feb 15, 2024
1 parent acda759 commit d206a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const useField = <T extends Record<keyof T, string>>(initialValue: T) => {
return {
fieldValue,
fieldErrorValue,
setFieldErrorValue,
onChangeField,
};
};
Expand Down

0 comments on commit d206a75

Please sign in to comment.