Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
I am admittedly a little worried about this change. The good thing is that |
📝 WalkthroughWalkthroughReplace span with div element in ExperienceDescription component when HTML descriptions are allowed. Document this DOM structure change in a new changelog entry for ENG-2732. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
changelog/ENG-2732-fix-experience-description-html.yaml (1)
3-3: Remove stale TODO comment.The PR number 7502 is already correct. The TODO comment should be removed before merging.
✏️ Suggested fix
-pr: 7502 # TODO: Update with actual PR number once created +pr: 7502🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@changelog/ENG-2732-fix-experience-description-html.yaml` at line 3, Remove the stale inline TODO by editing the YAML entry that reads "pr: 7502 # TODO: Update with actual PR number once created" and delete the trailing comment so the line is simply "pr: 7502" (update only that comment text; leave the PR value intact).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@changelog/ENG-2732-fix-experience-description-html.yaml`:
- Line 3: Remove the stale inline TODO by editing the YAML entry that reads "pr:
7502 # TODO: Update with actual PR number once created" and delete the trailing
comment so the line is simply "pr: 7502" (update only that comment text; leave
the PR value intact).
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 245362f1-7654-4646-b305-70351e23ac40
📒 Files selected for processing (2)
changelog/ENG-2732-fix-experience-description-html.yamlclients/fides-js/src/components/ExperienceDescription.tsx
Greptile SummaryThis PR fixes a browser DOM-mangling bug where
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 7070b4a |
b528846 to
c17731b
Compare
|
@greptileai rereview |
|
@greptile rereview |
Ticket ENG-2732
Description Of Changes
Change experience description to use a
divinstead of aspanbecausespandoesn't support all tags as descendants. Notably a client reporting thatptags were being mangled.Code Changes
ptodivSteps to Confirm
ptagptag isn't mangledPre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and worksSummary by CodeRabbit