diff --git a/native/chat/chat-tab-bar.react.js b/native/chat/chat-tab-bar.react.js --- a/native/chat/chat-tab-bar.react.js +++ b/native/chat/chat-tab-bar.react.js @@ -60,9 +60,12 @@ props: MaterialTopTabBarProps>, ): React.Node { const renderTabBarItem = React.useCallback( - ( - innerProps: $ReadOnly<{ ...TabBarItemProps>, +key: string, ... }>, - ) => , + ({ + key, + ...innerProps + }: $ReadOnly<{ ...TabBarItemProps>, +key: string, ... }>) => ( + + ), [], );