-
Notifications
You must be signed in to change notification settings - Fork 144
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
Can not process element without height. Make sure the element is displayed and has a static height. #35
Comments
Any update? |
I have same issue. You have to explicitly set height style on the component for multi mode to work. |
I have the same, it works in that it resizes the text as expected, but triggers all these warnings in the console.
|
I'm getting the same thing in single mode. Littering my test run with literally hundreds of warnings. Destroys my terminal performance, fills the buffer and makes it very difficult to see legitimate problems 😢 |
Same here, even in |
@berzi I ended up forking it and removing the warning. It's here if you wanna switch over https://www.npmjs.com/package/@tomplum/react-textfit |
Any updates? I am new to JEST and I am getting same issue |
thanks for the repo. but yours has this issue with Typescript |
This console error only comes up when I run unit tests.
I have tried adding a height to the component, wrapping in a span with a height, encasing a span with a height. No luck. Any suggestions for removing this warning?
The text was updated successfully, but these errors were encountered: