From ed6dd6b11af45e2d9389e2e5a3bb9c1a278753e4 Mon Sep 17 00:00:00 2001 From: Nikhil Agrawal Date: Wed, 25 Jan 2023 23:18:32 -0800 Subject: [PATCH] feat: allow adding to server side components - adding use-client allow us to add hooks on server side components - adding use-client based on https://github.com/reactjs/rfcs/pull/227 --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 2f1fdae..b2f46f3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,3 +1,4 @@ +"use-client"; import { createAuthenticationAdapter, RainbowKitAuthenticationProvider,