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

bug: Type error: Type 'string' is not assignable to type '0x${string}'. #870

Closed
1 task done
dimitrihartt opened this issue Jun 24, 2024 · 1 comment · Fixed by #871
Closed
1 task done

bug: Type error: Type 'string' is not assignable to type '0x${string}'. #870

dimitrihartt opened this issue Jun 24, 2024 · 1 comment · Fixed by #871

Comments

@dimitrihartt
Copy link

Is there an existing issue for this?

Which method was used to setup Scaffold-ETH 2 ?

git clone

Current Behavior

Failed to compile.
./app/blockexplorer/_components/AddressComponent.tsx:22:26
Type error: Type 'string' is not assignable to type '0x${string}'.

22 |


| ^
Error: Command "yarn run build" exited with 1

Expected Behavior

That String could be assignable to Address

Steps To Reproduce

Deploying to vercel using git clone.

Anything else?

No response

@technophile-04
Copy link
Collaborator

technophile-04 commented Jun 24, 2024

Hey thanks @dimitrihartt for creating the issue! Checking it out now

but untill then you can by pass the error on vercel by running : yarn vercel:yolo --prod

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 a pull request may close this issue.

2 participants