File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
packages/react-aria-components/test Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -196,13 +196,13 @@ let ListBoxWithSections = (props) => (
196
196
</ ListBox >
197
197
) ;
198
198
199
- let StaticGridList = ( props ) => (
200
- < GridList aria-label = "test gridlist" { ...props } >
201
- < GridListItem id = "1" > Foo</ GridListItem >
202
- < GridListItem id = "2" > Bar</ GridListItem >
203
- < GridListItem id = "3" > Baz</ GridListItem >
204
- </ GridList >
205
- ) ;
199
+ // let StaticGridList = (props) => (
200
+ // <GridList aria-label="test gridlist" {...props}>
201
+ // <GridListItem id="1">Foo</GridListItem>
202
+ // <GridListItem id="2">Bar</GridListItem>
203
+ // <GridListItem id="3">Baz</GridListItem>
204
+ // </GridList>
205
+ // );
206
206
207
207
let StaticTable = ( props ) => (
208
208
< Table aria-label = "test table" { ...props } >
@@ -231,16 +231,16 @@ let StaticTable = (props) => (
231
231
</ Table >
232
232
) ;
233
233
234
- let StaticTagGroup = ( props ) => (
235
- < TagGroup { ...props } >
236
- < Label > Test tag group</ Label >
237
- < TagList >
238
- < Tag > Foo</ Tag >
239
- < Tag > Bar</ Tag >
240
- < Tag > Baz</ Tag >
241
- </ TagList >
242
- </ TagGroup >
243
- ) ;
234
+ // let StaticTagGroup = (props) => (
235
+ // <TagGroup {...props}>
236
+ // <Label>Test tag group</Label>
237
+ // <TagList>
238
+ // <Tag>Foo</Tag>
239
+ // <Tag>Bar</Tag>
240
+ // <Tag>Baz</Tag>
241
+ // </TagList>
242
+ // </TagGroup>
243
+ // );
244
244
245
245
let StaticTabs = ( props ) => (
246
246
< Tabs { ...props } >
You can’t perform that action at this time.
0 commit comments