Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Add props clarification to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl committed Jun 24, 2024
1 parent 062bfcf commit 35ce0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/typescript/v5/react/ThirdwebProvider/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 35ce0c6

Please sign in to comment.