Skip to content

Commit d419636

Browse files
justin808claude
andcommitted
Fix anchor links in troubleshooting README
- Update internal anchor links to include emoji prefixes for proper GitHub anchor generation - Fixes 5 dead anchor links: #installation-issues, #build-issues, #runtime-issues, #server-side-rendering-issues, #performance-issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 66b14af commit d419636

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/troubleshooting/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Having issues with React on Rails? This guide covers the most common problems an
66

77
### Is your issue with...?
88

9-
| Problem Area | Quick Check | Go to Section |
10-
| -------------------- | ------------------------------------------- | ------------------------------------------- |
11-
| **Installation** | Generator fails or components don't appear | [Installation Issues](#installation-issues) |
12-
| **Compilation** | Webpack errors, build failures | [Build Issues](#build-issues) |
13-
| **Runtime** | Components not rendering, JavaScript errors | [Runtime Issues](#runtime-issues) |
14-
| **Server Rendering** | SSR not working, hydration mismatches | [SSR Issues](#server-side-rendering-issues) |
15-
| **Performance** | Slow builds, large bundles, memory issues | [Performance Issues](#performance-issues) |
9+
| Problem Area | Quick Check | Go to Section |
10+
| -------------------- | ------------------------------------------- | -------------------------------------------- |
11+
| **Installation** | Generator fails or components don't appear | [Installation Issues](#-installation-issues) |
12+
| **Compilation** | Webpack errors, build failures | [Build Issues](#-build-issues) |
13+
| **Runtime** | Components not rendering, JavaScript errors | [Runtime Issues](#-runtime-issues) |
14+
| **Server Rendering** | SSR not working, hydration mismatches | [SSR Issues](#-server-side-rendering-issues) |
15+
| **Performance** | Slow builds, large bundles, memory issues | [Performance Issues](#-performance-issues) |
1616

1717
## 🚨 Installation Issues
1818

0 commit comments

Comments
 (0)