-
Notifications
You must be signed in to change notification settings - Fork 119
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
fix(vue): presence onExitComplete & types #1939
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c0cd15d
to
f5a0543
Compare
default: undefined, | ||
}, | ||
}, | ||
emits, |
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.
As we use Function Signature to define component, I don't think we need to declare emit to get the type hint of event, because they already exist in the definition of zag
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.
Good work with cleaning props
in the component.
I'm not sure if emits
are needed in components
default: undefined, | ||
}, | ||
}, | ||
emits, |
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.
Good work with cleaning props
in the component.
I'm not sure if emits
are needed in components
3a5bd27
to
7ad6aca
Compare
@iamdin I've reverted what should be reverted. Thanks! |
Thanks! |
onExitComplete
cannot call correctlytoValue