react-chat-ui
Advanced tools
Comparing version
@@ -105,3 +105,3 @@ 'use strict'; | ||
'div', | ||
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) }, | ||
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) }, | ||
message_nodes | ||
@@ -124,3 +124,3 @@ ); | ||
'div', | ||
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) }, | ||
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) }, | ||
_react2.default.createElement( | ||
@@ -137,3 +137,3 @@ _ChatBubble2.default, | ||
'div', | ||
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) }, | ||
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) }, | ||
_react2.default.createElement( | ||
@@ -150,3 +150,3 @@ _ChatBubble2.default, | ||
'div', | ||
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) }, | ||
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) }, | ||
_react2.default.createElement( | ||
@@ -153,0 +153,0 @@ _ChatBubble2.default, |
{ | ||
"name": "react-chat-ui", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "A library of React components for building chat UI's", | ||
@@ -5,0 +5,0 @@ "repository": "brandonmowat/react-chat-ui", |
28129
0.06%