삭제 요청 후 새로고침을 일으키기 위해 location.reload()를 추가하고 발생한 오류.
location.reload()
검색하고 다시 보니 eslint의 엄격한 검사 덕분에 일어난 일이었다. 에러 메세지를 닫아도 정상적으로 작동 되었고, 해당 부분에 // eslint-disable-next-line no-restricted-globals 를 추가하니 더이상 나타나지 않았다!
// eslint-disable-next-line no-restricted-globals