dependent-tan•2y ago
Typescript Error using type `PlaywrightRequestHandler` in the latest Crawlee version
Just upgraded to 3.8.0 and my build process throws errors. Was working just fine before. What am I missing?
Even doing something like
router.addHandler('xyz', async ({ request, page, enqueueLinks }) => {})
just gets the request
type, page
and enqueueLinks
are unknown.2 Replies
Hi,
Thanks for reporting. We are aware of it and the fix is on the way)
For now, You can roll back to crawlee 3.7
dependent-tanOP•2y ago
Alright, cheers.