componentDidMount() { console.log(this.props, 'props'); console.log(this, 'this'); this.props.onRef && this.props.onRef(this); }
componentDidMount() { console.log(this.props, 'props'); console.log(this, 'this'); this.props.onRef && this.props.onRef(this); }