Currently working with Typescript and I've included
import 'promise.prototype.finally'
at the beginning of my index.js
file (in fact, I've added it in multiple places).
Whenever I try to use a promise, I encounter the error message saying
client.get(...).then(...).finally is not a function
.
I'm confused about why this isn't functioning as expected. Additionally, I'm unsure what additional details I can provide for troubleshooting or where to seek assistance regarding this issue!
Your guidance would be greatly appreciated.