Skip to content

Commit

Permalink
docs: fix ChatView-related broken link (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton authored Sep 24, 2024
1 parent c12f806 commit c720de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/React/release-guides/upgrade-to-v12.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords: [migration guide, upgrade, v12, breaking changes]

## Introducing Threads 2.0

With the release of v12 of our SDK we're also releasing new thread functionality - specifically "thread view", which consists of [`ThreadList`](../components/core-components/thread-list.mdx) and [`Thread`](../components/core-components/thread.mdx) components allowing your users to quickly go over threaded conversations they're part of. To implement this simple view see [thread and channel view guide](../guides/chat-view.mdx).
With the release of v12 of our SDK we're also releasing new thread functionality - specifically "thread view", which consists of [`ThreadList`](../components/core-components/thread-list.mdx) and [`Thread`](../components/core-components/thread.mdx) components allowing your users to quickly go over threaded conversations they're part of. To implement this simple view see [thread and channel view guide](../components/utility-components/chat-view.mdx).

### Thread & ThreadManager

Expand Down

0 comments on commit c720de9

Please sign in to comment.