Uh oh!
There was an error while loading. Please reload this page.
docs: remove legacy disabled prop references - #383
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: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. Walkthrough本次变更移除 Changesdisabled 内容清理
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk:⚪ Minimal · up to This change removes obsolete API documentation without altering runtime behavior; no actionable merge-blocking risk remains after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. ✨ 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 |
yoyo837
commented
Aug 28, 2026
And |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #383 +/- ##
=======================================
Coverage 97.60% 97.60% =======================================
Files 19 19 Lines 836 836 Branches 209 209 =======================================
Hits 816 816 Misses 20 20 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
nrps9909
commented
Aug 28, 2026
Added the matching |
Uh oh!
There was an error while loading. Please reload this page.
Summary
disabledprop from the public API tabledisabledandonSkipRendercomments from the animation exampleThe two APIs were deliberately removed in commit
054f8caas part of the legacy API cleanup, but the standardized README later listeddisabledagain. Keeping the documentation aligned with the currentListPropscontract avoids suggesting an unsupported prop.Fixes#311.
Validation
npm test -- --runInBand(8 suites, 280 tests)npm run tscexamples/animate.tsx(0 errors; 2 pre-existing warnings)git diff --checkAI assistance disclosure
Codex was used to trace the API history, identify the stale documentation references, run validation, and draft this pull request. The final diff and test results were reviewed before submission.
Summary by CodeRabbit
List组件 API 文档,移除已不再适用的disabled属性说明,确保公开文档与当前组件行为保持一致。