Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 1d00ded

Browse files
committed
docs: Remove depreciation message for path
1 parent 3b2e75e commit 1d00ded

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/src/docs/api/use-field.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ When registering a field, you can pass some properties to the `registerField` me
5555
- `getValue: (ref: any, newValue: T) => void`
5656
- Required (if you don't provide a `path`)
5757
- Can be used to transform a value before it is saved
58-
- `path` [deprecated]
58+
- `path`
5959
- Required (if you don't provide a `getValue`)
60-
- Deprecated in favour of `getValue`

0 commit comments

Comments
 (0)