-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
"Invalid height" issue in Jest after 9.2.1 update #2497
Comments
@VincentMolinie another one for you... |
…n element (gridstack#2263)" re-opens gridstack#1275, and fix gridstack#2498 gridstack#2497 gridstack#2491 This reverts commit b559a6f.
…n element (gridstack#2263)" re-opens gridstack#1275, and fix gridstack#2498 gridstack#2497 gridstack#2491 This reverts commit b559a6f.
This one seems relted to this one: #2469. I don't see how it is linked to my code 🤔. |
@evgeniyefimov can you verify when this actually started showing up ? (i.e. 9.2.2, 9.2.1, etc..) so we can narrow it down - I don't have time to debug it right now. |
@adumesny looks, like the issue is in 9.2.1 I upgraded my Gridstack from 9.2.0 directly to 9.3.0, so I was thinking that the issue is in the 9.3.0. Sorry. |
* fix gridstack#2497 * make sure to check for height=''
@evgeniyefimov next time please including the callstack to I don't have to pull in your change, yarn install and run the test myself (big time sync). |
* fix gridstack#2497 * make sure to check for height=''
Subject of the issue
After upgrading gridstack from version 9.2.0 to 9.3 "Invalid height" issue started throwing when we try to detect changes for our component in our spec file. It was working fine before 9.2.1 update.
Your environment
Steps to reproduce
https://github.com/evgeniyefimov/gridstack_tests_issue
Just run tests. And you will see an issue on line
fixture.detectChanges();
with this error.Expected behavior
Should work fine as it was before 9.3.0
The text was updated successfully, but these errors were encountered: