We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.0-beta.25
https://github.com/ymhr/vue-test-utils-stub-async-component-bug
Test a component which imports an async component, and try and stub the async component.
It should render the component with your stub in place of the async component.
It errors with TypeError: Cannot read property 'attrs' of undefined
TypeError: Cannot read property 'attrs' of undefined
This may be related to #1012, but that does seem like a different issue. This does not appear to have been an error in beta.20.
beta.20
The text was updated successfully, but these errors were encountered:
fix: support async components in stubs (#1039)
6a4e19d
Fixes #1026
No branches or pull requests
Version
1.0.0-beta.25
Reproduction link
https://github.com/ymhr/vue-test-utils-stub-async-component-bug
Steps to reproduce
Test a component which imports an async component, and try and stub the async component.
What is expected?
It should render the component with your stub in place of the async component.
What is actually happening?
It errors with
TypeError: Cannot read property 'attrs' of undefined
This may be related to #1012, but that does seem like a different issue.
This does not appear to have been an error in
beta.20
.The text was updated successfully, but these errors were encountered: