diff --git a/docs/intent-button.md b/docs/intent-button.md index 417ea316..faa04f1d 100644 --- a/docs/intent-button.md +++ b/docs/intent-button.md @@ -135,7 +135,7 @@ Be aware that both intents requires setting up the inputs with the **key** from To manipulate a field list, you can use the **insert**, **remove** and **reorder** intents. ```tsx -import { useForm } from '@conform-to/react'; +import { useForm, getInputProps } from '@conform-to/react'; export default function Tasks() { const [form, fields] = useForm(); @@ -146,7 +146,7 @@ export default function Tasks() {