I am using useImperativeHandle hook in my app to give access of value to the parent component: const [phone,setPhone]=useState(""); useImperativeHandle( ref ...
確定! 回上一頁