localForage icon indicating copy to clipboard operation
localForage copied to clipboard

.getItem() failing since tslib >= 1.12.0 upgrade

Open OwenPattison opened this issue 5 years ago • 0 comments

An issue has cropped up in my project whereby trying to use the getItem method blows up at this point: https://github.com/localForage/localForage/blob/master/dist/localforage.js#L920

This seems to be related to the tslib 1.12.0 and is also an issue in tslib 2.0.0

here's the error I get: image

my current workaround is to downgrade to tslib 1.11.2

OwenPattison avatar Jun 04 '20 11:06 OwenPattison