Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: fix doc issues and header consistency #848

Merged
merged 3 commits into from
Jul 30, 2024

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:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants