We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cf2156 + c639acb commit 043dbe3Copy full SHA for 043dbe3
.changeset/eleven-years-march.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/react': patch
3
4
+
5
+fix react 18 typing for MarkdownEditor.Label
src/drafts/MarkdownEditor/Label.tsx
@@ -6,6 +6,7 @@ import {MarkdownEditorContext} from './_MarkdownEditorContext'
6
7
type LabelProps = SxProp & {
8
visuallyHidden?: boolean
9
+ children?: React.ReactNode
10
}
11
12
// ref is not forwarded because InputLabel does not (yet) support it
0 commit comments