Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/issue-4661-doubled-doc-opener.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
---

Comment-only cleanup in `@object-ui/plugin-form`: the doc comment above `foldFormButtons`
in `ObjectForm.tsx` opened with two `/**` lines in a row, so the stray second opener was
rendered as the first line of the JSDoc body. Removed the redundant opener.

Declares no release: `foldFormButtons` is module-private, so it appears in no published
type declaration, and comments are stripped from the emitted JavaScript — the built output
is unchanged and no published behaviour differs.
1 change: 0 additions & 1 deletion packages/plugin-form/src/ObjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export interface ObjectFormComponentProps {
className?: string;
}

/**
/**
* Fold the structured, spec-aligned `buttons`/`defaults` surface
* (`@objectstack/spec` FormViewSchema; framework#1894 / #2998) down onto the
Expand Down
Loading