You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix .server.jsx bundle wording inconsistency in AGENTS.md
The explanatory sentence on line 176 said "only in the server bundle"
contradicting line 173 which correctly includes the RSC bundle.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ A React on Rails auto-bundling feature that controls which webpack bundle import
173
173
-`Component.server.jsx` → imported only in the **server bundle** (and RSC bundle when RSC enabled)
174
174
-`Component.jsx` (no suffix) → imported in **both** bundles
175
175
176
-
This controls where the source file is loaded, nothing more. A `.server.jsx` file is NOT a React Server Component — it's just a file that webpack includes only in the server bundle.
176
+
This controls where the source file is loaded, nothing more. A `.server.jsx` file is NOT a React Server Component — it is simply a file that webpack includes in the server bundle (and the RSC bundle when RSC is enabled).
0 commit comments