-
Notifications
You must be signed in to change notification settings - Fork 21
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
rxjs.filter is not a function #542
Comments
I will suggest one of the following:
|
One additional suggestion: please use the latest version of rx-stomp if you are not already doing so. The node js behavior related to dependency resolution has changed in the recent past. |
I have the same issue |
Update your RxJS. The import was changed in the commit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to implement RxStomp in Angular project, it returns this error
const rxStomp = new RxStomp();
The text was updated successfully, but these errors were encountered: