this.props.signIn(submittedForm) Error
144
1 câu hỏi đã được viết
안녕하세요 강사님!! 강의 정말
잘듣고 있습니다!
코드는 그대로 작성했는데 에러가나서 혹시 해결방안좀 제시해 주 실수 있나 싶어서 글올립니다.
로그인시 에러가 발생합니다.!
submitUser = () => {
// Init.
let isFormValid = true;
let submittedForm = {};
const formCopy = this.state.form;
for (let key in formCopy) {
if (this.state.type === '로그인') {
if (key !== 'confirmPassword') {
isFormValid = isFormValid && formCopy[key].valid;
submittedForm[key] = formCopy[key].value;
}
} else {
isFormValid = isFormValid && formCopy[key].valid;
submittedForm[key] = formCopy[key].value;
}
}
if (isFormValid) {
if (this.state.type === '로그인') {
this.props.signIn(submittedForm).then(()=>{
this.manageAccess();
})
} else {
this.props.signUp(submittedForm).then(()=>{
this.manageAccess();
})
}
} else {
this.setState({
hasErrors: true
})
}
}
Câu trả lời 0
eas 빌드가 엄청 오래걸려서..
0
55
2
android crud중 c 영상이 12초만 있는 잘린 영상이에요.
0
49
2
디바이스 별 다른 크기의 화면을 고려하는 반응형UI
0
53
2
createPointTransactionOfLoading 에러
0
33
1
더백님 감사합니다
1
55
1
39. Main화면 추가 UI 에서 자료는 어디서 받나요??
0
54
1
미션 마감일시를 좀 늘려주세요
0
51
1
개인브랜딩 사이트 만들기가 마감일시가 있었네요.
0
48
1
최종 과제 제출
0
116
3
주사위앱 소개 및 레이아웃 설정 문제
0
80
2
파이어베이스 문의
0
53
2
환불관련 문의 드립니다.
0
159
1
windows 환경 npx pod-install ios 실행 에러
0
1485
1
굳이 react-native-text-truncate를 사용하는 이유가 있나요?
0
289
0
현업에서 action creator 함수가 비동기인 경우가 많이 있나요?
0
206
0
android debugger 연결이 안 됩니다.
0
401
0
클래스형 함수형 질문있습니다
0
238
0
Error: Unable to resolve module ./debugger-ui/debuggerWorker.aca173c4 에러
0
743
0
AsyncStorage를 이용한 Token 읽어오기에서 GetToken이 undefined를 반환합니다.
0
194
0
ios 시뮬레이터 실행 오류 납니다.An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405)
0
4473
1
Could not find "store" in the context of "Connect(AuthForm)"
1
729
1
ReferenceError: Can't find variable: _UIManager 이런 에러가 나는데 혹시 어떻게 해결해야할지 알 수 있을까요?
0
304
0
React Navigation 셋업 오류
0
1274
1
에러가 납니다...
0
554
1

