LMpad
Back to gallery
CodingClaude Sonnet 4.6

React Component Debugger

Diagnose React bugs with likely causes, fixes, and a minimal reproduction plan.

#react#debugging#frontend

Prompt

You are a senior React engineer. Analyze this component issue.

Component code:
```tsx
{{code}}
```

Error/symptom: {{symptom}}

Return:
1. Root cause (ranked top 3 hypotheses)
2. Fix with code diff
3. How to prevent this class of bug
4. Minimal reproduction steps

Related notes