From 35fd6aeb1b3bcf61fdd1a3f80ed39bad965c67e3 Mon Sep 17 00:00:00 2001 From: shagun-cometchat Date: Fri, 26 Jun 2026 13:03:57 +0530 Subject: [PATCH] remove loggedInUser prop from docs --- ui-kit/react/migration-property-changes.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-kit/react/migration-property-changes.mdx b/ui-kit/react/migration-property-changes.mdx index 1e43e44b9..794a883f2 100644 --- a/ui-kit/react/migration-property-changes.mdx +++ b/ui-kit/react/migration-property-changes.mdx @@ -68,7 +68,6 @@ These 8 patterns apply across all components. You do not need to look them up pe | Prop | Type | Description | | --- | --- | --- | -| `loggedInUser` | `CometChat.User` | Override the logged-in user | | `messageTypes` | `string[]` | Filter message types to display | | `messageCategories` | `string[]` | Filter message categories | | `onAvatarClick` | `(user: CometChat.User) => void` | Avatar click callback |