Info Button isn't showed #85
Unanswered
thanhtruongnhu
asked this question in
Q&A
Replies: 1 comment
-
@thanhtruongnhu It works for me. Please prepare a minimal repro. It also works here: https://chatscope.io/storybook/react/?path=/docs/components-conversationheader--full-featured-with-actions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I try to use
InfoButton
in the following code:<ConversationHeader.Actions> <VoiceCallButton /> <VideoCallButton /> <InfoButton /> </ConversationHeader.Actions>
However, the InfoButton did not render for some reasons. Anyone know how to fix this? Thank you.
PS: I already imported
import { InfoButton} from "@chatscope/chat-ui-kit-react";
Beta Was this translation helpful? Give feedback.
All reactions