forked from random-bits-studio/rainbowkit-use-siwe-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow adding to server side components
- adding use-client allow us to add hooks on server side components - adding use-client based on reactjs/rfcs#227 - updated readme to include example on adding nextjs 13 with app folder
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
"use-client"; | ||
import { | ||
createAuthenticationAdapter, | ||
RainbowKitAuthenticationProvider, | ||
|