If the client does not have the redux-devtools extension install, they'll probably encounter a "TypeError: Cannot read property 'apply' of undefined" as the window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() in src/index.js evaluates to false and is passed into the compose function.
If the client does not have the redux-devtools extension install, they'll probably encounter a "TypeError: Cannot read property 'apply' of undefined" as the
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
in src/index.js evaluates to false and is passed into the compose function.