-
Notifications
You must be signed in to change notification settings - Fork 135
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
feat!: upgrade to v4x.x.x #729
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export abstract class BaseError extends CoreBaseError { | ||
// This version could be different from the aa-core version so we overwrite this here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing JSDoc comment.
export abstract class BaseError extends CoreBaseError { | ||
// This version could be different from the aa-core version so we overwrite this here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing JSDoc comment.
export const useSigner = (): AlchemyWebSigner | null => { | ||
const { config } = useAlchemyAccountContext(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing JSDoc comment.
note: gonna hold off on merging this until we have all of the v4.x.x changes in here. Still need to wrap up the docs gen, some breaking method changes, and docs refactoring |
* fix(ui-modal): don't render ui modal if no ui config is passed in * fix: errors thrown about signer state
Base branch for all of the v4.x.x changes