react-component / react-component/tree

tree not expanding even though defaultExpandAll set to true

Open
#234 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.3k
Forks
490
Avg merge
3d 17h
Merged PRs (30d)
5

Description

Hi,
My tree implementation look like below. I am using tree version ^1.11.0. Tree is not expanding here. Please help.
React.createElement( Tree, { defaultExpandedKeys: defaultExpandedKeys, defaultSelectedKeys: defaultSelectedKeys, onSelect: this.triggerOnSelect, onCheck: this.triggerOnCheck, defaultExpandAll: true, checkable: this.props.isCheckable, showLine: this.props.isNodeLineVisible, checkedKeys: this.props.checkedKeys }, treeNodes );

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported Tree configuration with version ^1.11.0, including defaultExpandAll and the supplied defaultExpandedKeys. Trace how the Tree handles its initial expansion state and confirm the fix by verifying that the rendered tree expands all nodes as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.