Apify Discord Mirror

Home
Members
TKR👑
T
TKR👑
Offline, last seen 5 months ago
Joined August 30, 2024
I am getting the following error in my build logs when deploying to GCP using the instructions from the documentation.

Is this a known issue? am I missing anything?

Plain Text
node_modules/@crawlee/browser-pool/playwright/playwright-browser.d.ts:12:22 - error TS2420: Class 'PlaywrightBrowser' incorrectly implements interface 'Browser'.
  Property '[Symbol.asyncDispose]' is missing in type 'PlaywrightBrowser' but required in type 'Browser'.

12 export declare class PlaywrightBrowser extends EventEmitter implements Browser {
                        ~~~~~~~~~~~~~~~~~

  node_modules/playwright-core/types/types.d.ts:16581:3
    16581   [Symbol.asyncDispose](): Promise<void>;
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    '[Symbol.asyncDispose]' is declared here.
1 comment
T