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
I have a functional component which accepts a "data" prop. This props is not required and by default returns an empty array,
I have the following basic test to assert that an is rendered,
When i run the test it fails with the following message,
When I change the component to not being functional, the same test passes.
The text was updated successfully, but these errors were encountered:
This most likely relates to #73
Sorry, something went wrong.
This will be fixed with #115
Closing: Releasing Monday
No branches or pull requests
I have a functional component which accepts a "data" prop. This props is not required and by default returns an empty array,
I have the following basic test to assert that an is rendered,
When i run the test it fails with the following message,
When I change the component to not being functional, the same test passes.
The text was updated successfully, but these errors were encountered: