useLayoutEffect: auto-growing textarea should have a different name
kdoroszewicz opened this issue · 3 comments
kdoroszewicz commented
In Exercise 4 the exercise name doesn't correspond the exercise content. The exercise should have a name like "auto scrolling chat". Currently there is no "growing" action and technically no "textarea" (as it's used in HTML).
Growing textarea would be something like what's enabled by this package: https://github.com/buildo/react-autosize-textarea.
diegorodriguesvieira commented
I agree with @l3szcz
kentcdodds commented
Yeah, you're write, this is incorrectly named. I'll get that fixed.
kentcdodds commented
Thanks!