fix(v2): align React Head JSX behavior - #896
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Harlan Agent Kit automated reviewThis was generated and posted by a robot, not Harlan's personal review. PASS · 95/100 confidence
Human merge decision still required. |
🔗 Linked issue
Backports #892, #893, and #894.
❓ Type of change
📚 Description
Unhead v2 drops nested React Fragment tags, serializes JSX aliases incorrectly, and cannot map
dangerouslySetInnerHTMLinto head content. Backport the three focused React adapter fixes while retaining v2 lifecycle, async SSR, and escaping behavior.