-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bluebird promises bind not working properly #5343
Comments
This is true. Currently only the most basic promise methods are supported. This was originally for ease marrying the existing |
@devinivy 👍 done |
Thanks! |
Thanks for posting, @LeonardoGentile. I'm a repo bot-- nice to meet you! It has been 30 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:
Thanks so much for your help! |
If I use
Things won't work
TypeError: Object [object Object] has no method 'bind'
But If i put the
bind
after the firstthen
then things will work as expectedMaybe the promise chain is wrapped as bluebird promise only after the first
then
?The text was updated successfully, but these errors were encountered: