react-component / react-component/tree
tree not expanding even though defaultExpandAll set to true
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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