Skip to content

Commit 7c4a438

Browse files
committed
corrent a wrong SendBirdProvider name
1 parent 7e0750d commit 7c4a438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- You can now configure the features of UIKit through the `uikitOptions` prop of `<SendbirdProvider />` or `<App />` component. You can also find the detailed sample usage from [SAMPLE.md#UIKit-Configuration-Samples](./SAMPLES.md#UIKit-Configuration-Samples)
77
- The minimum `@sendbird/chat` version has been increased to 4.9.2.
88
```jsx
9-
<SendbirdUIKitContainer
9+
<SendbirdProvider
1010
uikitOptions={{
1111
common: {
1212
enableUsingDefaultUserProfile: true,

0 commit comments

Comments
 (0)