Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32150791
D15112.1765033807.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15112.1765033807.diff
View Options
diff --git a/keyserver/flow-typed/npm/frog_v0.18.x.js b/keyserver/flow-typed/npm/frog_v0.18.x.js
--- a/keyserver/flow-typed/npm/frog_v0.18.x.js
+++ b/keyserver/flow-typed/npm/frog_v0.18.x.js
@@ -13,7 +13,7 @@
};
declare export var Button: {
- Link: React$ComponentType<{
+ Link: React.ComponentType<{
+children: React$Node,
+href: string,
...
diff --git a/native/flow-typed/npm/@react-navigation/native_v6.x.x.js b/native/flow-typed/npm/@react-navigation/native_v6.x.x.js
--- a/native/flow-typed/npm/@react-navigation/native_v6.x.x.js
+++ b/native/flow-typed/npm/@react-navigation/native_v6.x.x.js
@@ -179,7 +179,7 @@
declare export var DefaultTheme: {| ...Theme, +dark: false |};
declare export var DarkTheme: {| ...Theme, +dark: true |};
declare export function useTheme(): Theme;
- declare export var ThemeProvider: React$ComponentType<{|
+ declare export var ThemeProvider: React.ComponentType<{|
+value: Theme,
+children: React.Node,
|}>;
@@ -195,7 +195,7 @@
| string
| {| +screen: RouteName, +params?: ParamList[RouteName] |};
- declare export var Link: React$ComponentType<{
+ declare export var Link: React.ComponentType<{
+to: LinkTo<>,
+action?: GenericNavigationAction,
+target?: string,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 3:10 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5838909
Default Alt Text
D15112.1765033807.diff (1 KB)
Attached To
Mode
D15112: [Flow269][skip-ci] React$ComponentType -> React.ComponentType
Attached
Detach File
Event Timeline
Log In to Comment