who_renders
Identify all components that render a given component. Use this tool to trace which parent components depend on a specific component in your codebase.
Instructions
Reverse lookup: which components render the given component id (incoming renders edges)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component node id (e.g. cmp:src/Foo.tsx#Foo) | |
| root | No | Repo root (defaults to cwd) |