Mateusz Burzyński

Results 1531 comments of Mateusz Burzyński

Yes, I can. Thanks for the tip - this is even better. It seems that I have been using `JSX.IntrinsicElements` incorrectly all this time. TIL. I've just prepared a change...

If you can propose how to fix this and provide a PR for - I could consider a proposed change. Otherwise, I won't be acting on this.

My suspicion is that your test environment doesn't assign the internal `ref` correctly. Maybe this would work: https://github.com/Andarist/react-textarea-autosize#how-to-test-it-with-jest-and-react-test-renderer-if-you-need-ref but I can't be sure.

`autoFocus` "just works" because we forward that prop to the underlying DOM element. > (btw, the onHeightChange type is wrong, it considers that the callback function should receive only a...

Hi, thanks for the report - it seems that I have not published new docs when releasing v8. I've tried to do that yesterday and unfortunately, I've destroyed the docs...

Thanks for the notice - I've fixed this. The demo site is still not functioning properly though - will have to dig deeper, but it might take me some days...

You can use `useCacheForDOMMeasurements` prop if your styles are static. I'd love to work on improving performance if possible, but personally I don't see any junk. Could you record a...

According to this screenshot componentDidUpdate of react-textarea-autosize fires 11x in a single stack frame. Seems like it's possible that u call setState in onHeightChange callback and you are causing a...

Could u specify ur OS & browser? A gif presenting what do you see would be also helpful. I can't reproduce on my machine.

Unfortunately I had no time to investigate this and I'm not sure when I will be able to do so, I'd appreciate any help with fixing this appropriately.