Minh Chau

Results 1 issues of Minh Chau

I am using my own "textarea" component that does some text manipulations under the hood, like so: ``` const CustomTextArea= React.forwardRef((props, ref) => { // Prop-dependent logic here } ```...