Skip to content

fix(TreeNode): add missing arrowIcon to TreeNodeConfig#1309

Merged
mstijak merged 1 commit into
masterfrom
fix/treenode-arrowicon-config
Jun 30, 2026
Merged

fix(TreeNode): add missing arrowIcon to TreeNodeConfig#1309
mstijak merged 1 commit into
masterfrom
fix/treenode-arrowicon-config

Conversation

@nebojsa-peric

Copy link
Copy Markdown
Collaborator

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.

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.
@mstijak mstijak merged commit 08b60a3 into master Jun 30, 2026
2 checks passed
@mstijak mstijak deleted the fix/treenode-arrowicon-config branch June 30, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants