Skip to content
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

React SDK and rxjs version problem #632

Open
5 tasks
Amenocy opened this issue Jan 27, 2019 · 1 comment
Open
5 tasks

React SDK and rxjs version problem #632

Amenocy opened this issue Jan 27, 2019 · 1 comment

Comments

@Amenocy
Copy link

Amenocy commented Jan 27, 2019

What type of issue are you creating?

  • [* ] Bug
  • Enhancement
  • Question

What version of this module are you using?

  • 2.0.10 (Stable)
  • 2.1.0-rc.n (2.1 Release Candidate n)
  • Other

Write other if any:

Please add a description for your issue:

in react SDK output code is like this :

 return from(request)
        .map((res) => res.data)
        .catch((e) => errorHandler.handleError(e));

and it is not working with rxjs 5.6 and 6.3
Uncaught TypeError: (0 , _rxjs.from)(...).map is not a function
but in angular code it uses pipes .

@Amenocy
Copy link
Author

Amenocy commented Jan 27, 2019

problem for base services fixed in this commit :
InovaMind@0eb195b

but problem already exist for custom model services (lib/templates/shared/services/custom/service.ejs).
please merge that and fix for custom models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant