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
Even doing something like
router.addHandler('xyz', async ({ request, page, enqueueLinks }) => {}) just gets the request type, page and enqueueLinks are unknown.