contract-hub
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
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 |