skills/smithery.ai/react-debugging

react-debugging

Installation
SKILL.md

React Debugging Skill

Overview

React's render cycle can cause infinite loops and performance issues. This skill covers the most common patterns that cause problems in StepLeague.


⚠️ Most Common Issues

1. "Maximum update depth exceeded" (React Error #185)

Symptoms:

  • Page freezes or crashes
  • Console shows "Maximum update depth exceeded"
  • 1000s of re-renders before crash

Root Causes:

Installs
1
First Seen
Apr 24, 2026
react-debugging from smithery.ai