Skip to content

Commit

Permalink
Update useField.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 authored Jul 19, 2024
1 parent 6b98c07 commit 16db706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/api/react/useField.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# useField

[FormProvider](./FormProvider.md) に設定されたコンテキストを購読することで、フィールドメタデータを返す React フックです。これは **最も近い** [FormProvider](./FormProvider.md) に基づいています。
[FormProvider](./FormProvider.md) に設定されたコンテキストを登録することで、フィールドメタデータを返す React フックです。これは **最も近い** [FormProvider](./FormProvider.md) に基づいています。

```tsx
const [meta, form] = useField(name, options);
Expand Down

0 comments on commit 16db706

Please sign in to comment.