Skip to content

Commit 8a3eb15

Browse files
authored
Fix type of children prop for react provider (#1762)
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 187a215 commit 8a3eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Mapping of names for JSX components to React components.
99
* @property {boolean} [disableParentContext=false]
1010
* Turn off outer component context.
11-
* @property {ReactNode[]} [children]
11+
* @property {ReactNode} [children]
1212
* Children.
1313
*
1414
* @callback MergeComponents

0 commit comments

Comments
 (0)