Reinier Kaper

Results 50 issues of Reinier Kaper

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When using `web3.eth.personal.sign` with TypeScript, there's a mandatory 3rd parameter (password),...

Bug
1.x

Now that refs are no longer reactive, we need to emit events and payloads from child components. This is fine and works well, but it becomes hard to maintain in...

feature request
discussion

**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

needs repro

**Describe the bug** When using `useMutationLoading` to check wether or not the mutation is still in a "loading" state, the ref returns `true` in the onDone hook of that mutation....

**Describe the bug** A clear and concise description of what the bug is. When destructuring `load` from `useLazyzQuery`, you need to provide the query _again_ for some reason, eventhough it...

**Describe the bug** When using TypeScript, you lose type safety when using a function to supply the variables: ```ts import { gql } from '@apollo/client' import { ref } from...

**Describe the bug** When a user connects with, say, the CoinBase browser extension, and then the user removes the extension without disconnecting first, WalletConnect is stuck in limbo as it...

type: bug

**Describe the bug** The type for `chainId` is number, but it's actually returned as a string. **SDK Version (if relevant)** - Client: JS - Version 1.7.1 **To Reproduce** Steps to...

type: bug

### What are you trying to achieve? (Expected behavior) Sometimes, async elements overlaying another element intercept clicks, even though `ElementToBeClickable` suggests that the underlying element is clickable (it's not) ###...

help wanted