LoginSignup
0
0

【React】zod の「Expected」「required」エラー文をカスタマイズする

Posted at

zod で暗黙的に定義される Expectedrequired エラー文を変更したいとき...

size: z.number({ required_error: '必須入力です', invalid_type_error: '型が違います' })
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0