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.
props
Section
1 parent 40297b7 commit a19d238Copy full SHA for a19d238
packages/@react-stately/collections/src/Section.ts
@@ -22,6 +22,7 @@ Section.getCollectionNode = function* getCollectionNode<T>(props: SectionProps<T
22
let {children, title, items} = props;
23
yield {
24
type: 'section',
25
+ props: props,
26
hasChildNodes: true,
27
rendered: title,
28
'aria-label': props['aria-label'],
0 commit comments