in src/app/activities-edit-form.js [29:36]
constructor(props) { super(props); this.state = { isLoading: false, errorMessage: null }; }