sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.39k stars 182 forks source link

[react-native] privateMap.get is not a function #198

Closed lightrow closed 8 months ago

lightrow commented 11 months ago

updated from 6.6.2 to 7.4.1 and now get the following error (after adjusting all imports to "p-queue/dist")

Simulator Screenshot - iPhone 14 - 2023-09-11 at 12 47 32

zhengyimeng commented 11 months ago

太巧了,我刚提了同一个问题,有人遇到一样的问题感觉好多了

lightrow commented 11 months ago

seems to be fixed by installing tslib manually and restarting metro bundler without cache

npm i tslib

sindresorhus commented 8 months ago

This is a problem with React Native, not this package.