Ilia Daraselia
Ilia Daraselia
Any updates on this issue?
Hi @pastelsky 👋 I'd be happy to contribute to `bundlephobia`. I built [js.watch](https://www.js.watch/package/react) for fun using `package-build-stats`. Would like to have a chat with you and see if I can...
> > Hello @pastelsky! I believe I can help with the migration to typescript but, would it make sense to migrate to functional components first? I think it would make...
Version 2.2.0 still seem to not able to extract links
Hey @seanmcguire12, this should be sufficient to reproduce. Also tried with latest `alpha`. ```typescript const url = `https://linkedin.com/mynetwork/invite-connect/connections/`; await ctx.page.goto(url, { waitUntil: "load", }); const { recentConnections } = await...