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.18
https://codesandbox.io/s/mqk9pnr34j
Create a component with defaults props. In the test, mount or shallowMount the component and try to test default props with wrapper.props()
I expected same behavior than beta 16, to get defaultProps
I get undefined instead
The text was updated successfully, but these errors were encountered:
Bug that appears in beta 17 also (but it was ok in beta 16)
Sorry, something went wrong.
No branches or pull requests
Version
1.0.0-beta.18
Reproduction link
https://codesandbox.io/s/mqk9pnr34j
Steps to reproduce
Create a component with defaults props.
In the test, mount or shallowMount the component and try to test default props with wrapper.props()
What is expected?
I expected same behavior than beta 16, to get defaultProps
What is actually happening?
I get undefined instead
The text was updated successfully, but these errors were encountered: