const AwesomeInput = React.forwardRef((props, ref) => { return <input type="text" ref={ref} />; }); const AwesomeInputWithLogProps = logPropsHOC ...
確定! 回上一頁