whyuzeim 1.1.27 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -453,9 +453,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
453
453
|
};
|
|
454
454
|
}();
|
|
455
455
|
React.useEffect(function () {
|
|
456
|
-
console.log(_JSON$stringify(
|
|
457
|
-
return item.conversationId === agoraCurrentConversation.conversationId;
|
|
458
|
-
})), 'fdsfsfs1');
|
|
456
|
+
console.log(_JSON$stringify(conversationList), _JSON$stringify(agoraCurrentConversation), 'fdsfsfs1');
|
|
459
457
|
}, [agoraCurrentConversation]);
|
|
460
458
|
return /*#__PURE__*/React.createElement("div", {
|
|
461
459
|
className: "bg-[var(--im-main-backgroundColor)] im-agent-mid ".concat((_props$className = props.className) !== null && _props$className !== void 0 ? _props$className : "", " w-full h-full overflow-hidden flex flex-col")
|
|
@@ -451,9 +451,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
451
451
|
};
|
|
452
452
|
}();
|
|
453
453
|
useEffect(function () {
|
|
454
|
-
console.log(_JSON$stringify(
|
|
455
|
-
return item.conversationId === agoraCurrentConversation.conversationId;
|
|
456
|
-
})), 'fdsfsfs1');
|
|
454
|
+
console.log(_JSON$stringify(conversationList), _JSON$stringify(agoraCurrentConversation), 'fdsfsfs1');
|
|
457
455
|
}, [agoraCurrentConversation]);
|
|
458
456
|
return /*#__PURE__*/React.createElement("div", {
|
|
459
457
|
className: "bg-[var(--im-main-backgroundColor)] im-agent-mid ".concat((_props$className = props.className) !== null && _props$className !== void 0 ? _props$className : "", " w-full h-full overflow-hidden flex flex-col")
|