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,
|
||||
activityGroupSegmentsForMessage,
|
||||
alwaysShowMessageActions,
|
||||
animatedToolIdsLookup,
|
||||
animateActivityRows,
|
||||
chatRenderMode,
|
||||
|
||||
Reference in New Issue
Block a user