Commit 58f1193a authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: add deps to try safe effect (#2349)

parent 88cc20a6
......@@ -33,7 +33,7 @@ export function useEagerConnect() {
}
})
}
}) // intentionally only running on mount
}, [activate, setTriedSafe, triedSafe])
// then, if that fails, try connecting to an injected connector
useEffect(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment