-
Notifications
You must be signed in to change notification settings - Fork 277
Issue 158 functional emits #232
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
src/mount.ts
Outdated
| // >( | ||
| // originalComponent: TestedComponent, | ||
| // options?: MountingOptions<Props> | ||
| // ): VueWrapper<ComponentPublicInstance<Props>> |
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.
Is this commented code still here on purpose? Should it be removed or uncommented? Maybe add an explanation if we want to keep it around.
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 forgot to remove it
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 will remove it
resolves #158
Also found a problem with types, see
ts-ignore. We don't have any types for functional components. Man, Vue component definitions are complex, and there are many.I also bumped a bunch of dependencies.