Page MenuHomePhorge

D15025.1765084144.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D15025.1765084144.diff

diff --git a/keyserver/flow-typed/npm/react-redux_v7.x.x.js b/keyserver/flow-typed/npm/react-redux_v7.x.x.js
--- a/keyserver/flow-typed/npm/react-redux_v7.x.x.js
+++ b/keyserver/flow-typed/npm/react-redux_v7.x.x.js
@@ -222,7 +222,8 @@
declare export type AnyAction = {
...Action<any>,
- [string]: any
+ [string]: any,
+ ...
}
declare export type Dispatch<-A: Action<any>> = (action: A, ...extraArgs: any[]) => mixed
diff --git a/lib/flow-typed/npm/react-redux_v7.x.x.js b/lib/flow-typed/npm/react-redux_v7.x.x.js
--- a/lib/flow-typed/npm/react-redux_v7.x.x.js
+++ b/lib/flow-typed/npm/react-redux_v7.x.x.js
@@ -222,7 +222,8 @@
declare export type AnyAction = {
...Action<any>,
- [string]: any
+ [string]: any,
+ ...
}
declare export type Dispatch<-A: Action<any>> = (action: A, ...extraArgs: any[]) => mixed
diff --git a/native/flow-typed/npm/react-redux_v7.x.x.js b/native/flow-typed/npm/react-redux_v7.x.x.js
--- a/native/flow-typed/npm/react-redux_v7.x.x.js
+++ b/native/flow-typed/npm/react-redux_v7.x.x.js
@@ -222,7 +222,8 @@
declare export type AnyAction = {
...Action<any>,
- [string]: any
+ [string]: any,
+ ...
}
declare export type Dispatch<-A: Action<any>> = (action: A, ...extraArgs: any[]) => mixed
diff --git a/web/flow-typed/npm/react-redux_v7.x.x.js b/web/flow-typed/npm/react-redux_v7.x.x.js
--- a/web/flow-typed/npm/react-redux_v7.x.x.js
+++ b/web/flow-typed/npm/react-redux_v7.x.x.js
@@ -222,7 +222,8 @@
declare export type AnyAction = {
...Action<any>,
- [string]: any
+ [string]: any,
+ ...
}
declare export type Dispatch<-A: Action<any>> = (action: A, ...extraArgs: any[]) => mixed

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 5:09 AM (15 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5842556
Default Alt Text
D15025.1765084144.diff (1 KB)

Event Timeline