From 35ce0c6b14dad4f126165b6dc5b03771ad001fe5 Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Mon, 24 Jun 2024 14:18:22 -0700 Subject: [PATCH] Add props clarification to provider --- src/app/typescript/v5/react/ThirdwebProvider/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/typescript/v5/react/ThirdwebProvider/page.mdx b/src/app/typescript/v5/react/ThirdwebProvider/page.mdx index d32c1d68..0b75679e 100644 --- a/src/app/typescript/v5/react/ThirdwebProvider/page.mdx +++ b/src/app/typescript/v5/react/ThirdwebProvider/page.mdx @@ -7,7 +7,7 @@ export const metadata = createMetadata({ # ThirdwebProvider -`ThirdwebProvider` is a light-weight component that sets up React Query context for thirdweb SDK hooks. +`ThirdwebProvider` is a light-weight component that sets up React Query context for thirdweb SDK hooks. It takes no props. All wallet and auth management is handled on the wallets themselves. ```tsx import { ThirdwebProvider } from "thirdweb/react";