Max van der Velde
Importing `puppeteer-cluster` from esm.sh causes `does not provide an export named 'default'` error
When importing
https://esm.sh/puppeteer-cluster@0.23.0
I get the following error:
I'm not sure how to reslove this, anyone have an idea?
My code looks something like this:
1 replies
Deno seems to assume wrong return type (Puppeteer)
With the following code, I get an type error which I do not expect:
On the
shouldBeString
I receive the following type error:
Even though $eval()
returns any type: https://pptr.dev/api/puppeteer.page._eval
Anyone have an idea how to fix this?14 replies