We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write other if any:
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 .
Uncaught TypeError: (0 , _rxjs.from)(...).map is not a function
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
What type of issue are you creating?
What version of this module are you using?
Write other if any:
Please add a description for your issue:
in react SDK output code is like this :
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 .
The text was updated successfully, but these errors were encountered: