강의

멘토링

커뮤니티

Inflearn Community Q&A

k0502s3299's profile image
k0502s3299

asked

Learn by Following Along Node, React Series - Building a Shopping Mall Site [Complete Renewal]

확인버튼 반응 없는 분들

Written on

·

455

12

저는 이렇게 해결했습니다

<Form onSubmitCapture={submitHandler}>

Form에는 onSubmit이 아닌 onSubmitCapture를 넣고

 
<Button htmlType='submit'>확인</Button>
 

Button htmlType='submit'을 넣었더니 해결됐습니다

이렇게하니까 페이지 이동, 데이터베이스 저장 모두 잘되네요

nodejsmongodb웹앱reactredux

Answer 2

0

감사합니다~!

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

공유해주셔서 감사합니다 !!

k0502s3299's profile image
k0502s3299

asked

Ask a question