-
Notifications
You must be signed in to change notification settings - Fork 102
feat: handle transactions from composer actions in debugger #513
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fc10b9b to
58369ce
Compare
| export type SignFrameActionFunc< | ||
| TSignerStorageType = Record<string, unknown>, | ||
| TFrameActionBodyType extends FrameActionBodyPayload = FrameActionBodyPayload, | ||
| TFrameContextType extends FrameContext = FarcasterFrameContext, |
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.
We should probably create a prettier config that doesn't remove those commas. Introduces unnecessary changes in diff.
michalkvasnicak
left a comment
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.
Approved, great work! I would just introduce prettier config and keep the trailingComma: all so it doesn't change the types.
6ee4716 to
a076c85
Compare
Change Summary
Merge Checklist