Francesc Montserrat

Results 2 issues of Francesc Montserrat

In v6 web3 used to be part of the hook `useWeb3React` as `Library` Then something like: `{library} = useWeb3React` Allowed us to (for example) sign a message: `library.eth.personal.sign(...)` Now when...

``` ``` This case works as expected. However when trying to use `useWeb3React` in a child of `ComponentA`, the context is undefined. NOTE: In `ComponentA`, the hook works perfectly but...

cant-reproduce