You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
If I have a stateless functional component such as this:
If I test it like this:
The test passes.
However, if instead I test the SlideView like this:
No prop-types error is logged to the console, so the test fails.
I didn't expect this behaviour. I think it would be useful if the props were validated in this case.