Skip to content

Commit

Permalink
docs(extender-persist): fix import statement in extender-persist docu…
Browse files Browse the repository at this point in the history
…mentation (#251)

Co-authored-by: Pablo Berganza <40573613+pablo-abc@users.noreply.github.com>
  • Loading branch information
BradLewis and pablo-abc committed Jan 24, 2024
1 parent ae4f952 commit aa347e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/extender-persist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Extend Felte with the `extender` export, the extenders accepts an object with op
```javascript
import { extender } from '@felte/extender-persist';


const { form } = createForm({
// ...
extend: extender({ id: 'uniqueId' }), // or `extend: [extender({ id: 'uniqueId' })],`
Expand Down

1 comment on commit aa347e8

@vercel
Copy link

@vercel vercel bot commented on aa347e8 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.