Whenever I import Sema or RateLimit. i.e `import { RateLimit, Sema } from 'async-sema';` I'm getting the following error: `Uncaught TypeError: Class extends value #<Object> is not a constructor or null` Is there any workaround for it? Thanks.
Whenever I import Sema or RateLimit.
i.e
import { RateLimit, Sema } from 'async-sema';I'm getting the following error:
Uncaught TypeError: Class extends value #<Object> is not a constructor or nullIs there any workaround for it?
Thanks.