Juan Salvatore
Juan Salvatore
having the same issue
I'm also having issues composing functions because I get this error: 
@hanchon It would be great to have some examples! I'm trying to get it to work and I'm having a hard time. Opened a question here: https://github.com/evmos/evmosjs/issues/173
We are also having the same issue with: ```json "wagmi": "0.12.19", "@rainbow-me/rainbowkit": "0.12.18" ``` @DanielSinclair any updates on this issue? We are basically having to check the connectorId for now...
I'm having the same issue. For anyone with the same issue this is how you can go back to the previous version for now: https://code.visualstudio.com/updates/v1_30#_install-previous-versions
I'm now passing the following value `createMsgSubmitProposal(...).message.content` to `createTxMsgSubmitProposal` but still get the missing value error for field proposal_id of type uint64. I still have the toArray and serialize in...
@hanchon @GAtom22 any ideas? It would be helpful to get an example of how you convert the content to a google.protobuf.Any
I'm using macos and have the same issue @GitMurf. How are you running the individual tests vs in the summary section? For me this works: ```lua vim.api.nvim_set_keymap('n', 'twr', "lua require('neotest').run.run({...
I was just able to fix this issue by updating my config to this: ```lua require('neotest').setup { adapters = { require 'neotest-vitest' { vitestCommand = 'npx vitest run', -- Filter...
> Hi @Y0lk, thanks for reporting this, I reproduced this locally and confirmed the crash is caused by the plugin adding the `data-sentry` props to Three components. I'll look into...