componentDidMount() { // ajax, GraphQL 등의 작업 수행... console.log("componentDidMount"); console.log(this.myDiv.getBoundingClientRect()); } App.js 에서의 오류는 어떻게 Catch 하지..?