coinbase / coinbase/onchainkit
Bug: Farcaster mini-app fails to connect to wallet
Open
need-more-info
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 520
- Avg merge
- 32m
- Merged PRs (30d)
- 2
Description
### Describe the bug and the steps to reproduce it
Using the latest versions of `@coinbase/onchainkit` fails to properly connect a wallet while using a mini app on Farcaster.
```ts
export function MiniKitContextProvider({ children }: { children: ReactNode }) {
return (
{children}
);
}
```
Connect button:
```ts
```
### What's the expected behavior?
_No response_
### What version of the libraries are you using?
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.