The issue is to remove the fixed depth limit (20) on the Tree component. The linked file (packages/core/src/components/tree/ tree.scss) contains the limit. The contributor should inspect that file and related component code to understand how the depth is enforced and then implement a change to allow arbitrary depth, either by removing the limit or making it configurable. No additional constraints mentioned.