React와 Chrome 번역 기능의 전쟁
Sep 11, 2025 · 4 min read · 문제의 시작: 유령처럼 나타나는 DOM 오류 개발 후 QA과정에서 재현 조건이 까다로운 오류와 마주쳤습니다. NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. React 개발자라면 한 번쯤 봤을 법한 이 오류는 일반적으로 React의 가상 DOM 상태와 실제 DOM 상태가 일치하지 않을 때 발생합니...
Join discussion