Commit 3d5d0a3
committed
fix(TreeNode): add missing arrowIcon to TreeNodeConfig
The TreeNode widget reads `arrowIcon` (defaulting to `drop-down`) and
renders it as the expand/collapse glyph, but the prop was absent from
`TreeNodeConfig`, so setting it from JSX raised a type error. Add it
alongside the other icon props.1 parent e738ae6 commit 3d5d0a3
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments