matt

Results 1 comments of matt

@utiq You need to get the current value from the ref https://reactjs.org/docs/hooks-reference.html#useref ```javascript import React, { useRef, useState, useEffect } from 'react' import autosize from 'autosize' const TextboxCounter = ({...