Skip to content

Conversation

@liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Sep 30, 2022

Two errors appear when editing files:

Object is possibly 'undefined'.

    L125:   icon.name = 'trash';
    L126:   await page.waitForChanges();

and

Cannot find module 'puppeteer' or its
           corresponding type declarations.

      L8:  setup(): Promise<void>;
      L9:  ppeteerPage(): Promise<import("puppeteer").Page>;
     L10:  closeOpenPages(): Promise<void>;

This PR fixes both errors.

@liamdebeasi liamdebeasi changed the title Cleanup chore(typescript): resolve errors Sep 30, 2022
@liamdebeasi liamdebeasi marked this pull request as ready for review September 30, 2022 20:02
@liamdebeasi liamdebeasi merged commit 06b9b1f into main Sep 30, 2022
@liamdebeasi liamdebeasi deleted the cleanup branch September 30, 2022 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants