Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to run, Can not edit without error #34

Open
Joshwen7947 opened this issue Oct 14, 2022 · 0 comments
Open

Error when trying to run, Can not edit without error #34

Joshwen7947 opened this issue Oct 14, 2022 · 0 comments

Comments

@Joshwen7947
Copy link

Joshwen7947 commented Oct 14, 2022

When I run yarn start at the beginning it throws this error, can't understand why

/Users/josh/Desktop/UI_testing/src/Home.tsx
TypeScript error in /Users/josh/Desktop/UI_testing/src/Home.tsx(637,18):
Object is of type 'unknown'.  TS2571

    635 |                       }
    636 |               } catch (error) {
  > 637 |                       let message = error.msg || 'Minting failed! Please try again!';
        |                                     ^
    638 |                       if (!error.msg) {
    639 |                               if (!error.message) {
    640 |                                       message = 'Transaction Timeout! Please try again.';
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

No branches or pull requests

1 participant