Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32168535
D14994.1765054893.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
615 B
Referenced Files
None
Subscribers
None
D14994.1765054893.diff
View Options
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<Route<>>,
): React.Node {
const renderTabBarItem = React.useCallback(
- (
- innerProps: $ReadOnly<{ ...TabBarItemProps<Route<>>, +key: string, ... }>,
- ) => <TabBarButton {...innerProps} />,
+ ({
+ key,
+ ...innerProps
+ }: $ReadOnly<{ ...TabBarItemProps<Route<>>, +key: string, ... }>) => (
+ <TabBarButton {...innerProps} key={key} />
+ ),
[],
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 9:01 PM (6 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840839
Default Alt Text
D14994.1765054893.diff (615 B)
Attached To
Mode
D14994: [native][RN79][skip-ci] Fix props object containing `key` prop
Attached
Detach File
Event Timeline
Log In to Comment