llmasaservice-ui 0.7.23 → 0.7.24
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.
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
- package/src/ChatPanel.tsx +0 -2
package/dist/index.js
CHANGED
|
@@ -239,7 +239,6 @@ var ChatPanel = ({
|
|
|
239
239
|
}, [idle]);
|
|
240
240
|
(0, import_react3.useEffect)(() => {
|
|
241
241
|
if (Object.keys(initialHistory).length === 0) return;
|
|
242
|
-
console.log("initialHistory", initialHistory);
|
|
243
242
|
setHistory(initialHistory);
|
|
244
243
|
}, [initialHistory]);
|
|
245
244
|
(0, import_react3.useEffect)(() => {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
package/src/ChatPanel.tsx
CHANGED
|
@@ -160,8 +160,6 @@ const ChatPanel: React.FC<ChatPanelProps & ExtraProps> = ({
|
|
|
160
160
|
|
|
161
161
|
useEffect(() => {
|
|
162
162
|
if (Object.keys(initialHistory).length === 0) return;
|
|
163
|
-
|
|
164
|
-
console.log("initialHistory", initialHistory);
|
|
165
163
|
setHistory(initialHistory);
|
|
166
164
|
|
|
167
165
|
}, [initialHistory]);
|