get_render_count
Track React component render counts and filter by threshold or name to detect unnecessary re-renders during debugging.
Instructions
Track component render counts to identify unnecessary re-renders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Only show components with renders >= threshold | |
| componentName | No | Filter by component name |