-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(conversations): fix typo of group-sort demo #680
docs(conversations): fix typo of group-sort demo #680
Conversation
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthrough此次更改主要调整了 Changes
建议审阅者
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #680 +/- ##
=======================================
Coverage 92.01% 92.01%
=======================================
Files 67 67
Lines 1491 1491
Branches 387 402 +15
=======================================
Hits 1372 1372
Misses 119 119 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A concise update to the group-sort demo documentation to fix a typo in the default active conversation key.
- Updated the defaultActiveKey from "demo1" to "item1" in the Conversations component.
- This change aligns the demo configuration with the actual item keys used in the component.
Files not reviewed (2)
- components/conversations/tests/snapshots/demo-extend.test.ts.snap: Language not supported
- components/conversations/tests/snapshots/demo.test.ts.snap: Language not supported
Comments suppressed due to low confidence (1)
components/conversations/demo/group-sort.tsx:48
- Ensure that the defaultActiveKey 'item1' corresponds to an existing key in the items prop. This update fixes the typo, but it's important to confirm that 'item1' is valid and intentional.
<Conversations style={style} groupable={groupable} defaultActiveKey="item1" items={items} />
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log
Summary by CodeRabbit