To call a child's function from a parent component in React, you can: Use a combination of the useImperativeHandle hook with the forwardRef HOC.
確定! 回上一頁