[ARVADOS-WORKBENCH2] updated: 1.3.0-335-gff073f64

Git user git at public.curoverse.com
Tue Jan 8 13:34:01 EST 2019


Summary of changes:
 src/store/store.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ff073f6450dc3f6551586aab015583e39abb0a41 (commit)
      from  41732be42d860aa191a0670552e142497170aa02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ff073f6450dc3f6551586aab015583e39abb0a41
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Jan 8 13:30:47 2019 -0500

    Make redux devtools optional for development build refs #14660
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/src/store/store.ts b/src/store/store.ts
index f842b0c6..0be577c4 100644
--- a/src/store/store.ts
+++ b/src/store/store.ts
@@ -61,7 +61,8 @@ import { ApiClientAuthorizationMiddlewareService } from '~/store/api-client-auth
 
 const composeEnhancers =
     (process.env.NODE_ENV === 'development' &&
-        window && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({trace: true, traceLimit: 25})) ||
+     window && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ &&
+     window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({trace: true, traceLimit: 25})) ||
     compose;
 
 export type RootState = ReturnType<ReturnType<typeof createRootReducer>>;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list