You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttonclassName="render_button"onClick={()=>{setUpdate(!update)}}>
내 위치 불러오기
</button>
/** 사용자의 위치를 구하고, 서버에 업데이트 */useEffect(()=>{getUserCoord();mapCoord=userCoord;if(currentPlaceCoord!==undefined){console.log('사용자의 위치 수정됨');dispatch(__updateCoord({userId: logginUser.userId,
...currentPlaceCoord}))mapCoord=currentPlaceCoord;}KakaoMapScript(Number(mapCoord.x),Number(mapCoord.y));},[update])
마이페이지 첫 로딩 시 좌표 0, 0 뜨는 버그 수정
The text was updated successfully, but these errors were encountered: