angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

Fixes build error when devTools are disabled #11

Closed alexthewilde closed 7 years ago

alexthewilde commented 7 years ago

Passing null as enhancer param breaks Redux's compose() method which expects an array. Since devTools is usually disabled for production, any build would contain this error.