Skip to content

docs: fix doc issues and header consistency#848

Merged
lachlancollins merged 3 commits intoTanStack:mainfrom
TropicolX:cleanup-docs
Jul 30, 2024
Merged

docs: fix doc issues and header consistency#848
lachlancollins merged 3 commits intoTanStack:mainfrom
TropicolX:cleanup-docs

Conversation

@TropicolX
Copy link
Contributor

This PR addresses several minor issues in the TanStack Form documentation:

  1. Basic Concepts Section:

    • Updated the snippet to use meta for errors and isValidating since they're not directly in field.state.
    • New snippet:
      const { value, meta: { errors, isValidating } } = field.state
  2. Arrays Guide:

    • Changed "Basic usage" subtopic header from h1 to h2 for better consistency.
  3. Linked Fields Guide:

    • Added an id and title to the markdown to match other sections.

Links to the issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants