@myun/gimi-chat 0.9.61 → 0.9.62

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.
@@ -404,6 +404,7 @@ var useCommonChatAPI = function useCommonChatAPI(props) {
404
404
  artifacts: dataObj.artifacts || []
405
405
  })]);
406
406
  console.log('handleArtifactStreamRs-----', newMessageList);
407
+ messageListRef.current = newMessageList;
407
408
  dispatch(setMessageList({
408
409
  messageList: newMessageList
409
410
  }));