-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: adapter client improvements #3484
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Description
We’re currently facing hydration and connector issues because of how our adapters are initialized. This PR cleanup will make sure that both adapters and connectors are prepared right at the start of the appkit client initialization rather than waiting for some async operations to complete.
Also we no longer need to dynamically import the siwe package in the appkit client as this is now handled at the SIWE client level 🙏
Type of change
Associated Issues
For Linear issues: Closes APKT-1376
Checklist