Skip to content

Commit

Permalink
feat: allow adding to server side components
Browse files Browse the repository at this point in the history
- adding use-client allow us to add hooks on server side components
- adding use-client based on reactjs/rfcs#227
  • Loading branch information
nagrawal3 committed Jan 26, 2023
1 parent 33ce598 commit ed6dd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use-client";
import {
createAuthenticationAdapter,
RainbowKitAuthenticationProvider,
Expand Down

0 comments on commit ed6dd6b

Please sign in to comment.