-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix sublink redirect event #876
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request involves version updates for two packages ( Changes
Sequence DiagramsequenceDiagram
participant Parent as Parent Component
participant Sidebar as OcSidebar
participant SubMenuItem as SidebarSubMenuItem
SubMenuItem->>Sidebar: Click submenu item
Sidebar->>Parent: Emit entire submenu object
Note over Sidebar,Parent: Previously only path was emitted
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🪧 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 (
|
Summary by CodeRabbit
Version Updates
@orchidui/core
package from1.1.31-10
to1.1.31-11
dashboard
package from1.1.31-10
to1.1.31-11
Bug Fixes