Tree collapsing bug
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
When the component filter is applied, any tree expansion over 2 levels will get collased by itself. This making inspecting value of anything deepper the n 2 level impossible. Without filter it would work ok but that means we will have to drills down the component tree manually.
Please see vedio in the link below:
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 behavior shown in the linked video in the Vue devtools component tree: apply the component filter, expand beyond two levels, and inspect whether the tree collapses. Done means filtered trees preserve expansions deeper than two levels while inspecting component values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100