contract-hub icon indicating copy to clipboard operation
contract-hub copied to clipboard

Error on vercel deploy attempt. Noticed a lot of breaking changes, seems 3rdweb's repos all need updating are you guys hiring a bug bounty worker? LMK

Open cleancoindev opened this issue 2 years ago • 0 comments

Failed to compile.

14:21:59.270 |   14:21:59.270 | ./pages/_app.tsx:14:23 14:21:59.270 | Type error: Type '{ children: Element[]; desiredChainId: ChainId; }' is not assignable to type 'IntrinsicAttributes & ThirdwebProviderProps<({ readonly name: "Ethereum Mainnet"; readonly chain: "ETH"; readonly icon: { readonly url: "ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png"; readonly height: 512; readonly width: 512; readonly format: "png"; }; ... 12 more ...; readonly slug: "ethe...'. 14:21:59.270 | Property 'desiredChainId' does not exist on type 'IntrinsicAttributes & ThirdwebProviderProps<({ readonly name: "Ethereum Mainnet"; readonly chain: "ETH"; readonly icon: { readonly url: "ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png"; readonly height: 512; readonly width: 512; readonly format: "png"; }; ... 12 more ...; readonly slug: "ethe...'. 14:21:59.270 |   14:21:59.271 | 12 | function MyApp({ Component, pageProps }: AppProps) { 14:21:59.271 | 13 | return ( 14:21:59.271 | > 14 | <ThirdwebProvider desiredChainId={activeChainId}> 14:21:59.271 | | ^ 14:21:59.271 | 15 | <Head> 14:21:59.271 | 16 |

thirdweb Contract Example Hub 14:21:59.271 | 17 | 14:21:59.332 | error Command failed with exit code 1. 14:21:59.333 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 14:21:59.364 | Error: Command "yarn run build" exited with 1 14:21:59.771 | Deployment completed 14:21:59.730 | BUILD_UTILS_SPAWN_1: Command "yarn run build" exited with 1

cleancoindev avatar May 11 '23 00:05 cleancoindev