From aa7a90a27072b5d427349db5e03576223307443f Mon Sep 17 00:00:00 2001 From: samuelea Date: Tue, 13 Feb 2024 11:07:21 -0500 Subject: [PATCH] added todo info --- examples/react/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react/src/App.tsx b/examples/react/src/App.tsx index dd84b4e6..fb1ee1ee 100644 --- a/examples/react/src/App.tsx +++ b/examples/react/src/App.tsx @@ -56,6 +56,7 @@ function App() { const config = createConfig({ transports, chains, + /* TODO: check connector typings. Might be related to wagmi problem */ /* @ts-ignore-next-line */ connectors, })