react-chat-ui
Advanced tools
Comparing version
{ | ||
"name": "react-chat-ui", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "A library of React components for building chat UI's", | ||
@@ -5,0 +5,0 @@ "repository": "brandonmowat/react-chat-ui", |
@@ -65,4 +65,4 @@  | ||
// To be deprecated and use Message objects instead. | ||
(new Message(1, "I'm the recipient! (The person you're talking to)")), // Gray bubble | ||
(new Message(0, "I'm you -- the blue bubble!")) // Blue bubble | ||
(new Message({ id: 1, message: "I'm the recipient! (The person you're talking to)" })), // Gray bubble | ||
(new Message({ id: 0, message: "I'm you -- the blue bubble!" })) // Blue bubble | ||
], | ||
@@ -69,0 +69,0 @@ //... |
116624
0.03%