Skip to content
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

finding components with find is deprecated and will be removed in the next major version. Use findComponent instead. #1711

Closed
TinyWisp opened this issue Oct 11, 2020 · 2 comments · Fixed by #1714

Comments

@TinyWisp
Copy link
Contributor

When I was executing my unit tests, which used the wrapper.get() method, it outputed the following content:

image

@lmiller1990
Copy link
Member

There is wrapper.getComponent in V2 (for Vue.js 3). For this test, you could just use findComponent (same result).

We could back port getComponent to this library, too. That would be fairly easy to do. Would you like to make a PR?

@TinyWisp
Copy link
Contributor Author

Thanks! OK, I made a PR.

#1714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants