Skip to content

Commit

Permalink
docs: fix ChatView link (#2521)
Browse files Browse the repository at this point in the history
Fixes a broken link in v12 upgrade guide.
  • Loading branch information
myandrienko authored Sep 24, 2024
1 parent c720de9 commit 0bd365e
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 @@ -28,7 +28,7 @@ Both [`Thread`](https://github.com/GetStream/stream-chat-js/blob/master/src/thre

### ChatView & ChatView.ThreadAdapter

`ChatView` is component itself and a set of components which allow for a drop-in implementation of different chat views - the channel view and thread view. This drop-in solution allows your users to easily switch between said views without having to implement such mechanism yourself. Read more about it in our [`ChatView` documentation](../components/utility-components/view-components.mdx).
`ChatView` is component itself and a set of components which allow for a drop-in implementation of different chat views - the channel view and thread view. This drop-in solution allows your users to easily switch between said views without having to implement such mechanism yourself. Read more about it in our [`ChatView` documentation](../components/utility-components/chat-view.mdx).

## Introducing WithComponents & Dropping Defaults

Expand Down

0 comments on commit 0bd365e

Please sign in to comment.