I\'m getting this error on my index.tsx.
Property \'REDUX_DEVTOOLS_EXTENSION_COMPOSE\' does not exist on type \'Window\'.
Here is my index.tsx
Working as a charm:
const store = createStore( rootReducer, initialState, compose( applyMiddleware(...middleware), (window as any).__REDUX_DEVTOOLS_EXTENSION__ && (window as any).__REDUX_DEVTOOLS_EXTENSION__() ) );