Skip to content

@thirdweb-dev/react@4.5.0

Compare
Choose a tag to compare
@jnsdls jnsdls released this 09 Apr 09:30
· 6321 commits to main since this release
031eccb

Minor Changes

  • #2366 f6a30c0 Thanks @ElasticBottle! - Add Login with SMS in EmbeddedWallet

    Note that by having phone before email in the options array, the phone login option will be presented first.

    Use ['email', 'phone'] to have the email option presented first.

    <ThirdwebProvider
        clientId={import.meta.env.VITE_TEMPLATE_CLIENT_ID}
        activeChain={activeChain}
        supportedWallets={[
        embeddedWallet({
            auth: {
            options: ["phone", "email", "apple", "google"],
            },
        }),
        ...defaultWallets,
        ]}
    >
        <App />
    </ThirdwebProvider>

Patch Changes

  • Updated dependencies [6961e09, f6a30c0, 53e56f4, 5150259]:
    • @thirdweb-dev/wallets@2.5.0
    • @thirdweb-dev/chains@0.1.91
    • @thirdweb-dev/react-core@4.5.0
    • @thirdweb-dev/sdk@4.0.60