You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly it is used in Base aepp to make promises cancelable, but this won't be a part of promise API, and we have problems maintaining it. Would be better to find an alternative to cancelable promises and drop bluebird package.
Additional points:
third party packages in not compatible with it (like vuex)
this doesn't give performance benefits
bluebird developers kind of encourage to don't use it
The text was updated successfully, but these errors were encountered:
Mainly it is used in Base aepp to make promises cancelable, but this won't be a part of promise API, and we have problems maintaining it. Would be better to find an alternative to cancelable promises and drop bluebird package.
Additional points:
The text was updated successfully, but these errors were encountered: