You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
I'm just wondering if anyone knows if it's at all possible to use styled components and maxRows without the jumping as described in #95 ?
As I understand the problem it’s that StyledComponents are rendered asynchronous where as react-autosize-textarea is synchronous, so it renders and then uses a timeout to update the styling.