react-textfit icon indicating copy to clipboard operation
react-textfit copied to clipboard

Can not process element without height. Make sure the element is displayed and has a static height.

Open joshpitzalis opened this issue 7 years ago • 8 comments

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?

joshpitzalis avatar May 02 '18 08:05 joshpitzalis

Any update?

pioz avatar Nov 12 '19 12:11 pioz

I have same issue. You have to explicitly set height style on the component for multi mode to work.

aonawale avatar Mar 31 '20 22:03 aonawale

I have the same, it works in that it resizes the text as expected, but triggers all these warnings in the console. Ideally the warnings should be removed from the source code, but in the mean time I have created a nasty hack.

height: "calc(100% + 1px)"

juliankigwana avatar Mar 12 '21 10:03 juliankigwana

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 😢

TomPlum avatar Jul 24 '21 09:07 TomPlum

Same here, even in single mode. Is this even maintained anymore?

berzi avatar Jan 19 '22 13:01 berzi

@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

TomPlum avatar Jan 19 '22 19:01 TomPlum

Any updates? I am new to JEST and I am getting same issue

Hrushi01 avatar Dec 16 '22 03:12 Hrushi01

@berzi I ended up forking it and removing the warning. It's here if you wanna switch over npmjs.com/package/@tomplum/react-textfit

thanks for the repo. but yours has this issue with Typescript 'Textfit' only refers to a type, but is being used as a value here

papaya-reader avatar Jul 27 '23 09:07 papaya-reader