Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message.Header / Footer do not appear if using the 'direction' property #11

Closed
Johnne25 opened this issue Feb 10, 2021 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Johnne25
Copy link

This shows the header:

<Message model={{
  message: "Hello my friend",
  sentTime: "just now",
  sender: "Joe"
}}>
<Message.Header sender="Emily" sentTime="just now" />
</Message>

This one does not:

<Message model={{
  message: "Hello my friend",
  sentTime: "just now",
  sender: "Joe",
  direction: "incoming",
}}>
<Message.Header sender="Emily" sentTime="just now" />
</Message>
@supersnager
Copy link
Contributor

@Johnne25 Thank you for your report. It's a bug in @chatscope/chat-ui-kit-styles repository.
Please watch a dedicated issue there: chatscope/chat-ui-kit-styles#2

@supersnager
Copy link
Contributor

I have added an explanation chatscope/chat-ui-kit-styles#2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants