-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Using Rainbow Chrome Extension and rainbow-kit in dev environment causes Error in invocation of runtime.sendMessage #1381
Comments
@softwarecurator Do you have a small reproducible example ? It'll be easier for us to reproduce this issue on our end. Otherwise we'll just install the packages you've provided, but not get the same error. |
@softwarecurator Another follow-up question! Which browser are you using? Do you have any other extensions installed? |
@softwarecurator Any updates ? |
Closing this issue for now due to inactivity. Please raise another issue if the problem still persists. |
Hitting this same issue; on Chrome, Version 122.0.6261.69 (Official Build) (arm64), have latest Rainbow Wallet, Metamask, and Phantom wallets installed. |
@billsbooth What exactly did you do to get the same error ? Is there a reproducible example you can show us ? |
I got the same error while using Chrome Version 124.0.6367.119 (Official Build) (64-bit). Not a real solution but changing Rainbow Wallet's |
I still have this issue on Chrome When I click to jump to the source code, the error line is here: I believe this error originates from the function found here: browser-extension/src/core/messengers/internal/tab.ts Lines 23 to 32 in 3d25573
|
I am seeing this too, on Chrome 126.0.6478.61 (Official Build) (64-bit) and Rainbow 1.5.23. |
https://developer.chrome.com/docs/extensions/reference/api/runtime#method-sendMessage says the function signature is:
and documents the
So it seems very likely that the culprit is the code on line 28 which calls
and that at least one of the following is true:
More details here about how the |
The error is still there. Open-source code base https://github.com/Pfed-prog/NextJsExplorer and a link in the example https://evmexplorer.com/explore/Aerodrome%20Finance |
Is there an existing issue for this?
RainbowKit Version
1.1.3
wagmi Version
1.4.5
Current Behavior
Expected Behavior
No error lol
Steps To Reproduce
clicking connect just throws error
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: