Page MenuHomePhorge

D15025.1765064019.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D15025.1765064019.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
@@ -229,7 +229,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
@@ -229,7 +229,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
@@ -229,7 +229,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
@@ -229,7 +229,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
Sat, Dec 6, 11:33 PM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841440
Default Alt Text
D15025.1765064019.diff (1 KB)

Event Timeline