fix: resolve message action lint warning
Added the missing hook dependency for message action rendering Lint and type-check now pass cleanly
This commit is contained in:
@@ -1651,6 +1651,7 @@ const AssistantMessageBody = React.memo(({
|
|||||||
}, [
|
}, [
|
||||||
activityByPart,
|
activityByPart,
|
||||||
activityGroupSegmentsForMessage,
|
activityGroupSegmentsForMessage,
|
||||||
|
alwaysShowMessageActions,
|
||||||
animatedToolIdsLookup,
|
animatedToolIdsLookup,
|
||||||
animateActivityRows,
|
animateActivityRows,
|
||||||
chatRenderMode,
|
chatRenderMode,
|
||||||
|
|||||||
Reference in New Issue
Block a user