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.
1 parent e29dbd5 commit 246119eCopy full SHA for 246119e
components/tree/__examples__/default.jsx
@@ -13,8 +13,7 @@ const sampleNodes = {
13
selected: true,
14
},
15
{
16
- assistiveText: 'Fruits',
17
- label: <span>Fruits</span>,
+ label: 'Fruits',
18
type: 'branch',
19
id: 2,
20
expanded: true,
utilities/sample-data/tree/index.jsx
@@ -1,4 +1,3 @@
1
-import React from 'react';
2
import sampleNodesWithLargeDataset from './sample-nodes-with-large-dataset';
3
import sampleNodesWithInitialState from './sample-nodes-with-initial-state';
4
@@ -9,8 +8,7 @@ const sampleNodesDefault = [
9
8
id: 1,
10
11
12
nodes: [
0 commit comments