You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've put some effort to make this feature work and committed my changes to this branch
However, I'm facing few issues related to mount overloads and would appreciate if someone could help:
when I define props via a generic type argument in the component, I don't get type safety for the props in mountSuspended and the below warning appears
I have some components with
async setup
that require props, slots and otherMountOptions
. It'd be helpful ifmountSuspended
supportsMountOptions
.Expected behavior
The text was updated successfully, but these errors were encountered: