-
Notifications
You must be signed in to change notification settings - Fork 25
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
Stashed Experimental Package: iFrame Functionality #173
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
export type IframeMessageType = 'WALLET_STATUS' | 'IFRAME_READY'; | ||
|
||
export const IframeMessageWalletStatusPayload = object({ | ||
type: union([literal('WALLET_STATUS'), literal('IFRAME_READY')]), |
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.
I would expect to be able to do literal('WALLET_STATUS', 'IFRAME_READY')
but TS was complaining about it.
de5a15e
to
d31fae1
Compare
Description
Describe the changes or additions included in this PR.
Test plan
How did you test the new or updated feature?