HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏄‍♂️
[팀8] 어푸(Ah puh) - Surf
/
🔫
Trouble shooting
/
Form 내에서 button type을 설정하지 않을 경우

Form 내에서 button type을 설정하지 않을 경우

👿 Problem

form 내에서 button type을 설정하지 않을 경우 기본적으로 submit이 된다. form 내에서 단순 취소 버튼을 눌렀을 때 해당 button의 type이 명시되어 있지 않다면 submit type으로 설정되어 위와 같은 에러 로그가 뜬다.

😇 Solution

해당 버튼이 submit 역할을 하지 않을 경우 button type을 button 등 다른 타입으로 명시해주자

🧐 Reference

React - Form submission canceled because the form is not connected
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
React - Form submission canceled because the form is not connected
https://stackoverflow.com/questions/52834504/react-form-submission-canceled-because-the-form-is-not-connected
React - Form submission canceled because the form is not connected
WHO
STATUS
solved
WHEN
Dec 11, 2021
Form submission canceled because the form is not connected