You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that it doesn't really work in React because getInjectedConnector/hasInjectedProvider are not exported:
Module not found: Error: Package path ./dist/wallets/getInjectedConnector is not exported from package xxx\node_modules\@rainbow-me\rainbowkit (see exports field in xxx\node_modules\@rainbow-me\rainbowkit\package.json)
Expected Behavior
I should be able to use getInjectedConnector/hasInjectedProvider to implement a custom injected wallet externally.
Is there any particular reason these 2 are not exposed?
Steps To Reproduce
No response
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
RainbowKit Version
2.2.0
wagmi Version
2.13.0
Current Behavior
Hi,
I need to integrate the immutable passport wallet into our app and based on existing wallets in the repo it should be as easy as the following
The problem is that it doesn't really work in React because getInjectedConnector/hasInjectedProvider are not exported:
Expected Behavior
I should be able to use getInjectedConnector/hasInjectedProvider to implement a custom injected wallet externally.
Is there any particular reason these 2 are not exposed?
Steps To Reproduce
No response
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: