Flow v0.86.0 in xplat/sonar
Summary: allow-large-files Reviewed By: zertosh Differential Revision: D13067587 fbshipit-source-id: f0122c8c6d602750289121d2ab2fdb09cbb033bc
This commit is contained in:
committed by
Facebook Github Bot
parent
a48c680a40
commit
6362188563
@@ -45,6 +45,10 @@ export type Store = ReduxStore<
|
||||
| {|type: 'INIT'|},
|
||||
>;
|
||||
|
||||
/* $FlowFixMe(>=0.86.0) This
|
||||
* comment suppresses an error found when Flow v0.86 was
|
||||
* deployed. To see the error, delete this comment and
|
||||
* run Flow. */
|
||||
export default combineReducers({
|
||||
application,
|
||||
connections: persistReducer(
|
||||
|
||||
Reference in New Issue
Block a user