Skip to content

⚜️ feat: FieldArray component - #13394

Merged
bluebill1049 merged 8 commits into
masterfrom
copilot/fix-lint-issues
Jun 21, 2026
Merged

⚜️ feat: FieldArray component#13394
bluebill1049 merged 8 commits into
masterfrom
copilot/fix-lint-issues

Conversation

Copilot AI commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Pull Request Template

Proposed Changes

This addresses the PR lint failure caused by a single prettier/prettier violation in src/types/fieldArray.ts. The change is formatting-only and keeps type behavior unchanged.

  • Scope
    • Resolve the failing lint error in FieldArrayProps generic declaration formatting.
  • Implementation
    • Reflowed the TFieldArrayName generic constraint/assignment to match Prettier output.
  • Code change (no semantic impact)
    -  TFieldArrayName extends
    -    FieldArrayPath<TFieldValues> = FieldArrayPath<TFieldValues>,
    +  TFieldArrayName extends FieldArrayPath<TFieldValues> =
    +    FieldArrayPath<TFieldValues>,

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@github-actions

github-actions Bot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Size Change: 0 B

Total Size: 65.3 kB

ℹ️ View Unchanged
Filename Size
dist/index.cjs.js 12.8 kB
dist/index.esm.mjs 24.5 kB
dist/index.umd.js 12.9 kB
dist/react-server.esm.mjs 15.2 kB

compressed-size-action

@bluebill1049 bluebill1049 changed the title Fix prettier lint error in FieldArrayProps type formatting ⚜️ feat: FieldArray component Apr 25, 2026
@bluebill1049
bluebill1049 merged commit 92b1025 into master Jun 21, 2026
7 checks passed
@bluebill1049
bluebill1049 deleted the copilot/fix-lint-issues branch June 21, 2026 00:24
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.

3 participants