오류 처리 방법 fetch()의 비동기/대기 리액트 앱에 스트라이프 비동기 코드가 있어 코드에 오류 처리를 추가하려고 하는데 어떻게 처리해야 할지 모르겠다. .then()으로 하는 방법은 알지만 비동기/ait는 처음입니다. 편집필 응답 탭의 네트워크 탭에서 오류가 발생했는데 콘솔에 기록할 수 있습니까? submit = async () => { const { email, price, name, phone, city, street, country } = this.state; let { token } = await this.props.stripe .createToken({ name, address_city: city, address_line1: street, address_country: country }) ..