-
Notifications
You must be signed in to change notification settings - Fork 472
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
TypeError: Cannot read property 'length' of null (7.26.4) #805
Comments
Hi @pustovalov thanks for raising this :). I think that the problem is a regression of my PR #790 I didn't know that if an input is |
At first didn't find your PR in releases, looks like https://github.com/testing-library/dom-testing-library/releases |
I have fixed, sorry for that :) |
I have close my PR in favor of #804 |
@pustovalov let us know if you still have the problem |
@marcosvega91 can you publish a new version? |
New versions are released automatically. Unfortunately TravisCI recently made changes to their OSS plan which severely limits how frequently those runs happen. I'm investigating moving to GitHub actions for this. But you'll get a new version soon (most likely in the next few hours). Thanks for your patience. |
@testing-library/dom
version: 7.26.4Relevant code or config:
What happened:
Problem description:
After update @testing-library/dom: 7.26.3 -> 7.26.4 (#790), tests started to fall
These changes affected specs which use these helpers:
other specs works fine
Suggested solution:
Add to docs what users should do to fix this or fix this behavior
The text was updated successfully, but these errors were encountered: