Conversation
|
@nrps9909 is attempting to deploy a commit to the afc163's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. Walkthrough删除未定义的嵌套属性时, Changes嵌套属性不可变删除
React 事件属性测试
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to The change is narrowly scoped and no concrete correctness, availability, security, or data-integrity risk remains identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
|
Rebase please. |
29a9884 to
4bef120
Compare
|
Rebased onto current
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #807 +/- ##
==========================================
+ Coverage 86.77% 86.80% +0.03%
==========================================
Files 41 41
Lines 1096 1099 +3
Branches 397 383 -14
==========================================
+ Hits 951 954 +3
Misses 143 143
Partials 2 2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Non-blocking edge case: if the parent path value is a truthy primitive (e.g. |
Summary
removeIfUndefineddeletes its leafWhy
internalSetcloned the root, but the deletion branch still mutated the original nested container through the sharedclone[path]reference. Consumers that compare previous and next nested values can consequently miss the removal. This is the underlying cause reproduced from ant-design/ant-design#59044.Verification — September 17, 2026
Rebased onto current
master(c241125); signed/GitHub-Verified head:4bef1200164cd7bc98d9743248dffd9ec5abf306.pickAttrsand React-17 fallback test failures.action_required. A maintainer must approve the fork workflow before it can run.AI assistance disclosure
Codex assisted with implementation, conflict resolution, regression tests, and validation.
Summary by CodeRabbit