Inflearn Community Q&A
로그인 AxiosError
Written on
·
797
0
아래와 같이 에러가 나는데 해결방법을 찾지 못하고 잇습니다 ㅜㅜ 
typescriptpostgresqlreactdockernodejsNext.js클론코딩
Quiz
45% of people got it wrong. Give it a try!
In web development, what is the JavaScript method primarily used to prevent the default behavior of a page refreshing when submitting a form and to maintain the Single Page Application (SPA) experience?
event.stopPropagation()
event.preventDefault()
event.stopImmediatePropagation()
event.currentTarget()










왜 인지는 모르겠으나, 위 코드에서 origin 을 직접 타이핑해주었더니 정상동작합니다.. 왜일까요?ㅜㅜ