Skip to content

Commit e62b4e9

Browse files
committed
fix missing context links on chat.mdx
1 parent 4a41df2 commit e62b4e9

File tree

1 file changed

+1
-1
lines changed
  • docusaurus/docs/reactnative/core-components

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/core-components/chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Chat
77
import Client from '../common-content/core-components/chat/props/client.mdx'
88
import I18nInstance from '../common-content/core-components/overlay-provider/props/i18n_instance.mdx';
99

10-
`Chat` provides the [ChatContext](../contexts/chat_context.mdx), [TranslationContext](../contexts/chat_context.mdx), and [ThemeContext](../contexts/chat_context.mdx) to its child components.
10+
`Chat` provides the [ChatContext](../contexts/chat_context.mdx), [TranslationContext](../contexts/translation_context.mdx), and [ThemeContext](../contexts/theme_context.mdx) to its child components.
1111
`Chat` is the second highest level component in the Stream Chat for React Native library with only the [`OverlyProvider`](./overlay_provider.mdx) at a higher level.
1212
`Chat` is also responsible for tracking the health of the websocket connection with Stream Chat server.
1313
The value `isOnline` provided by the [ChatContext](../contexts/chat_context.mdx#isonline) indicates the status of the connection.

0 commit comments

Comments
 (0)