diff --git a/.changeset/issue-4661-doubled-doc-opener.md b/.changeset/issue-4661-doubled-doc-opener.md new file mode 100644 index 0000000000..6753f86e58 --- /dev/null +++ b/.changeset/issue-4661-doubled-doc-opener.md @@ -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. diff --git a/packages/plugin-form/src/ObjectForm.tsx b/packages/plugin-form/src/ObjectForm.tsx index c65cdb1910..d0d794541e 100644 --- a/packages/plugin-form/src/ObjectForm.tsx +++ b/packages/plugin-form/src/ObjectForm.tsx @@ -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