We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a2be4 commit efaefc7Copy full SHA for efaefc7
CHANGELOG.md
@@ -95,6 +95,12 @@
95
}}
96
/>
97
```
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
+ ```
104
105
### Fixes:
106
* 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