Skip to content

Commit

Permalink
docs: field-api removing disclaimer about API shift
Browse files Browse the repository at this point in the history
  • Loading branch information
enyelsequeira committed Aug 31, 2023
1 parent 4f041dd commit d504c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/fieldApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Field API

### Creating a new FieldApi Instance

> Some of these docs may be inaccurate due to an API shift in `0.11.0`. If you're interested in helping us fix these issues, please [join our Discord](https://tlinz.com/discord) and reach out in the `#form` channel.


Normally, you will not need to create a new `FieldApi` instance directly. Instead, you will use a framework hook/function like `useField` or `createField` to create a new instance for you that utilizes your frameworks reactivity model. However, if you need to create a new instance manually, you can do so by calling the `new FieldApi` constructor.

Expand Down

0 comments on commit d504c61

Please sign in to comment.