Francesc Montserrat
Results
2
comments of
Francesc Montserrat
does this work? `const {connector} = useWeb3React()`
Update: Apologies, it was nested hooks rather than nested components which didn't work. Was using ``` ``` With ComponentB using a hook ``` useBlah() ``` Inside that hook, `useWeb3React` returned...