promise.finally is not a function #1003
Unanswered
Banner-Keith
asked this question in
Q&A
Replies: 1 comment
-
Hey @Banner-Keith, please provide us a reproducible example so we can test it out and try to identify the root cause. Here's a starter sandbox you can use: https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/starter-algolia It looks like the promise implementation you're passing doesn't support the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this error when trying to use autocomplete
I am using webpack for my dependencies. I have been using es6-promise as a polyfill for promise. I tried removing that to use the native promise, and also using bluebird instead. In all cases I am still getting this error.
Beta Was this translation helpful? Give feedback.
All reactions