Skip to content

Commit efaefc7

Browse files
committed
v3.9.0
1 parent e4a2be4 commit efaefc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
}}
9696
/>
9797
```
98+
* Exported `VoiceMessageInputWrapper` and `useHandleUploadFiles`
99+
* How to use?
100+
```tsx
101+
import { useHandleUploadFiles } from '@sendbird/uikit-react/Channel/hooks/useHandleUploadFiles'
102+
import { VoiceMessageInputWrapper, VoiceMessageInputWrapperProps } from '@sendbird/uikit-react/Channel/components/MessageInput'
103+
```
98104

99105
### Fixes:
100106
* Fixed a bug where setting `startingPoint` scrolls to the middle of the target message when it should be at the top of the message

0 commit comments

Comments
 (0)