-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: _redux.compose.apply(...) is not a function #148
Comments
I have the same issue. |
is there someone here who has resolved this issue or has a solution for that? |
@karlos1337 @guysenpai Can either of you guys create a repo reproducing this so we can take a look? |
@karlos1337 @guysenpai For what it's worth, we had the same issue in our project, and it ended up being an problem with the redux dev tools not being available in the headless browser that karma was using. We fixed it by conditionally checking if the redux tools were available before trying to pass them to Example:
|
Hi all,
I'm implementing ng-redux in an old project, all works fine in development but all karma tests fails with the message:
TypeError: _redux.compose.apply(...) is not a function
May I need to add something to karma.conf?
The text was updated successfully, but these errors were encountered: