We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0x${string}
git clone
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
22 |
That String could be assignable to Address
Deploying to vercel using git clone.
No response
The text was updated successfully, but these errors were encountered:
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
yarn vercel:yolo --prod
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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}
'.Expected Behavior
That String could be assignable to Address
Steps To Reproduce
Deploying to vercel using git clone.
Anything else?
No response
The text was updated successfully, but these errors were encountered: